-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(meta): Switch to YAML docs form-based issue template #13773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
e7d84cf
chore: delete old-style issue template
joshtrichards ac82e72
feat(meta): Create YAML docs improvement issue template
joshtrichards d7bdbc5
fix: adjust community help forum link label
joshtrichards de3f00b
fix: update other forum ref
joshtrichards File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| name: Documentation improvement | ||
| description: Suggest an improvement or report a mistake in the documentation. | ||
| labels: | ||
| - 0. Needs triage | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| #### Thank you for helping improve our documentation! | ||
| All contributions - whether large or small - help make Nextcloud better and easier to use. | ||
|
|
||
| There is always room for improvement! | ||
| --- | ||
| 💡 **Tip:** Make sure you're looking at the latest version of the docs linked from [https://docs.nextcloud.com/](https://docs.nextcloud.com/). | ||
| - type: checkboxes | ||
| id: prechecks | ||
| attributes: | ||
| label: Before You Submit | ||
| options: | ||
| - label: I have checked for existing issues and pull requests related to my suggestion. | ||
| - label: I have posted on the [Nextcloud Help Forum](https://help.nextcloud.com) if my suggestion is a troubleshooting scenario or I'm unsure about the solution. | ||
| - type: dropdown | ||
| id: type | ||
| attributes: | ||
| label: Type of Suggestion | ||
| description: Please select the type that best fits your suggestion. | ||
| options: | ||
| - Reporting a mistake | ||
| - Suggesting an improvement | ||
| - Proposing new documentation content | ||
| - Other | ||
| multiple: true | ||
| - type: input | ||
| id: links | ||
| attributes: | ||
| label: Relevant Documentation Links | ||
| description: Add URLs of relevant documentation pages here. | ||
| placeholder: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/ | ||
| - type: input | ||
| id: summary | ||
| attributes: | ||
| label: Summary | ||
| description: In one sentence, summarize your suggestion or report. | ||
| placeholder: Write your summary here. | ||
| - type: textarea | ||
| id: details | ||
| attributes: | ||
| label: Details | ||
| description: | | ||
| Describe your suggestion or idea in detail. If reporting a mistake, include steps to reproduce or context. | ||
| Example: My amazing idea is [...] | ||
| placeholder: Describe your idea or report in detail. | ||
| - type: textarea | ||
| id: notes | ||
| attributes: | ||
| label: Additional Notes | ||
| description: Any extra information, context, or follow-up links (like forum discussions). | ||
| placeholder: Add any additional notes here. | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| --- | ||
| #### Project Guidance | ||
|
|
||
| - Please be patient: this is a large open source project overseen by a mix of volunteers and non-volunteers, and everyone is ultimately busy. | ||
| - If your suggestion is a troubleshooting scenario or something you're not 100% certain about, please post for feedback on the [Nextcloud Help Forum](https://help.nextcloud.com) first. | ||
| - Afterwards, return here to share your experience and help improve the documentation for clarity, etc. (and link back to the forum discussion in your report!) | ||
|
|
||
| #### Pro Tip: Want to help even more? | ||
|
|
||
| - Look for areas where you can assist - even seemingly unrelated areas - as doing so frees up resources for your favorite topics and ideas. | ||
| - Submit a proposed change that addresses your issue as a pull request. | ||
| - Participate in discussions on other unresolved [submitted ideas ("issues")](https://github.com/nextcloud/documentation/issues) to help move them forward. | ||
| - Post a comment or review on someone else's [proposed change ("pull request")](https://github.com/nextcloud/documentation/pulls) to help move it along. | ||
|
|
||
| --- | ||
| Thank you for taking the time to help us make Nextcloud documentation better! | ||
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We, the forum crew, would like to make it clearer that the forum is based on a community and not on the company.
->
"Nextcloud Community Help Forum"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!