From 6492e6eef20a8215c19ce4f6c5de3709d5e281a4 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Tue, 5 Dec 2023 10:10:03 -0500 Subject: [PATCH 1/3] enh(ISSUE_TEMPLATE): Add link to forum Signed-off-by: Josh Richards --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..c0f50836305 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: ❓ Community Support and Help + url: https://help.nextcloud.com/ + about: Configuration, webserver/proxy or performance issues and other questions + - name: 💼 Nextcloud Enterprise + url: https://portal.nextcloud.com/ + about: If you are a Nextcloud Enterprise customer, or need Professional support, so it can be resolved directly by our dedicated engineers more quickly From 52fd15e840bc8a7c5a169d0484ff0a6d375d21fe Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Tue, 5 Dec 2023 11:16:22 -0500 Subject: [PATCH 2/3] Create improvement_suggestion.md Signed-off-by: Josh Richards --- .../ISSUE_TEMPLATE/improvement_suggestion.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/improvement_suggestion.md diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.md b/.github/ISSUE_TEMPLATE/improvement_suggestion.md new file mode 100644 index 00000000000..daf5eea2a2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.md @@ -0,0 +1,32 @@ +--- +name: Documentation improvement +about: Suggest an improvement or report a mistake +labels: 0. Needs triage +--- + +### Thanks for helping improve our documentation! + +* There is always room for improvement! +* All contributions (changes and change ideas) - from the largest **to the tiniest** - help make Nextcloud better and easier to use! + +--- + + + +Example: My amazing idea is [...] + + + +--- + +#### Notes + +* Please be patient: this is a large open source project that is overseen by a mixture of volunteers and non-volunteers which are all ultimately busy. +* If your suggestion is a troubleshooting scenario or one you're not 100% certain about, please post for feedback on the [Nextcloud Help Forum](https://help.nextcloud.com) first. + - *Then* return here to bring back your experience to help improve the documentation for clarity, etc. (and link back to the forum discussion in your report!) + +#### Protip: If you want to help move things along (or just help out in other ways too) here are some suggestions: +* Look for areas where you can assist - even seemingingly unrelated areas - *because doing so frees up resources for your favorite topics and ideas*. +* Submit a proposed change - that attempts to addresses your issue - as a pull request. +* Paricipate in a discussion on some other unresolved [submitted idea ("issues")](https://github.com/nextcloud/documentation/issues) to help move it along. +* Post a comment or review on someone else's [proposed change ("pull request")](https://github.com/nextcloud/documentation/pulls) to help move it along. From 70cc5d3c399aaee1b40fe41042f4126e2faa30dd Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Tue, 5 Dec 2023 11:33:21 -0500 Subject: [PATCH 3/3] Update improvement_suggestion.md Signed-off-by: Josh Richards --- .github/ISSUE_TEMPLATE/improvement_suggestion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.md b/.github/ISSUE_TEMPLATE/improvement_suggestion.md index daf5eea2a2e..5d70f237c67 100644 --- a/.github/ISSUE_TEMPLATE/improvement_suggestion.md +++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.md @@ -26,7 +26,7 @@ Example: My amazing idea is [...] - *Then* return here to bring back your experience to help improve the documentation for clarity, etc. (and link back to the forum discussion in your report!) #### Protip: If you want to help move things along (or just help out in other ways too) here are some suggestions: -* Look for areas where you can assist - even seemingingly unrelated areas - *because doing so frees up resources for your favorite topics and ideas*. +* Look for areas where you can assist - even seemingly unrelated areas - *because doing so frees up resources for your favorite topics and ideas*. * Submit a proposed change - that attempts to addresses your issue - as a pull request. -* Paricipate in a discussion on some other unresolved [submitted idea ("issues")](https://github.com/nextcloud/documentation/issues) to help move it along. +* Participate in a discussion on some other unresolved [submitted idea ("issues")](https://github.com/nextcloud/documentation/issues) to help move it along. * Post a comment or review on someone else's [proposed change ("pull request")](https://github.com/nextcloud/documentation/pulls) to help move it along.