From c9650aa0ef3abb65fa6f6c9e7e771e151ce20eb3 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 13 Mar 2022 18:54:58 +0100 Subject: [PATCH] add issue templates and config Signed-off-by: szaimen --- .github/ISSUE_TEMPLATE/Bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 24 ++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++ 3 files changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 00000000..3ae06cef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,30 @@ +--- +name: 🐛 Bug report +about: Help us improving by reporting a bug +labels: bug, 0. Needs triage +--- + + +### How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. + + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour + +### Actual behaviour + +--- + +#### Nextcloud AIO version + +#### Current channel + +#### Other valuable info diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 00000000..f24c72bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,24 @@ +--- +name: 📖 Existing feature/documentation enhancement +about: Suggest an enhancement of an existing feature/documentation - for other types, please use the feature request option below +labels: enhancement, 0. Needs triage +--- + + +### How to use GitHub +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. + + +### Is your feature request related to a problem? Please describe. + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +#### Additional context + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..339bb8c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 💡 Suggest a new feature or discuss one + url: https://github.com/nextcloud/all-in-one/discussions + about: For new feature requests and discussion of existing ones + - name: ❓ Community Support and Help + url: https://help.nextcloud.com/tag/aio + about: For other types of 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 \ No newline at end of file