Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-09-29 17:40:14 +0300
committernachoparker <nacho@ownyourbits.com>2018-09-29 17:53:12 +0300
commit015588bfeab9cad37dccc9e75479adfc0a7c1da0 (patch)
tree451c6fe5a0ec274d7f409e78b5fb14ffe6a85d10
parent6152e7e2addede53d8d521ebea918563ab3a4e23 (diff)
add multiple issue template to Github
-rw-r--r--.github/ISSUE_TEMPLATE/1_Bug_report.md (renamed from .github/issue_template.md)10
-rw-r--r--.github/ISSUE_TEMPLATE/2_Feature_request.md12
-rw-r--r--.github/ISSUE_TEMPLATE/3_Support_question.md26
-rw-r--r--.github/ISSUE_TEMPLATE/4_Documentation_issue.md12
-rw-r--r--.github/ISSUE_TEMPLATE/5_Security_issue.md13
5 files changed, 72 insertions, 1 deletions
diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md
index 972c3264..1c784013 100644
--- a/.github/issue_template.md
+++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md
@@ -1,3 +1,9 @@
+---
+name: 🐛 Bug Report
+about: Report errors and problems
+
+---
+
<!--
Thanks for reporting issues back to NextCloudPi!
@@ -20,4 +26,6 @@ Keep in mind that many problems come from faulty power sources and corrupted SD
If you are running into problems, make sure to include the output of `sudo-ncp-report`
-->
-Paste the output of `sudo ncp-report`
+**System information**
+
+<!-- Paste the output of `sudo ncp-report` -->
diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md
new file mode 100644
index 00000000..335321e4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md
@@ -0,0 +1,12 @@
+---
+name: 🚀 Feature Request
+about: RFC and ideas for new features and improvements
+
+---
+
+**Description**
+<!-- A clear and concise description of the new feature. -->
+
+**Example**
+<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
+ If the new feature changes an existing feature, include a simple before/after comparison. -->
diff --git a/.github/ISSUE_TEMPLATE/3_Support_question.md b/.github/ISSUE_TEMPLATE/3_Support_question.md
new file mode 100644
index 00000000..acf0343e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/3_Support_question.md
@@ -0,0 +1,26 @@
+---
+name: ⛔ Support Question
+about: See the FAQ or use the forums to ask for technical help. Search well before asking.
+
+---
+
+Thanks for reporting issues back to NextCloudPi!
+
+Here you can file bugs and feature requests. **Do NOT ask questions**, this is not a support forum.
+
+---
+DO NOT ASK QUESTIONS, USE THE FORUMS
+---
+
+NCP and its extras are explained in the wiki, also make sure to read the articles in ownyourbits explaining NextCloudPi extras before asking. https://ownyourbits.com/category/nextcloudpi/
+
+We use GitHub issues only to discuss about NextCloudPi bugs and new features.
+
+NCP and its extras are explained in the [wiki](https://github.com/nextcloud/nextcloudpi/wiki), also make sure to read the [articles in ownyourbits](https://ownyourbits.com/category/nextcloudpi/) explaining NextCloudPi extras before asking.
+
+For any other question or comment, please use the [forums](https://help.nextcloud.com/c/support/appliances-docker-snappy-vm), and make sure to tag
+the thread as `ncp`.
+
+Note that quite probably your question has an answer in the [FAQ](https://github.com/nextcloud/nextcloudpi/wiki/FAQ).
+
+Thank you!
diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md
new file mode 100644
index 00000000..aaf761f6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md
@@ -0,0 +1,12 @@
+---
+name: ⛔ Documentation Issue
+about: See the NextCloudPi Wiki
+
+---
+
+The NextCloudPi wiki is open to anyone to edit. If you find something inaccurate,
+missing or that can be improved, please feel free to contribute to it.
+
+https://github.com/nextcloud/nextcloudpi/wiki
+
+Thank you!
diff --git a/.github/ISSUE_TEMPLATE/5_Security_issue.md b/.github/ISSUE_TEMPLATE/5_Security_issue.md
new file mode 100644
index 00000000..dd3e0a6b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/5_Security_issue.md
@@ -0,0 +1,13 @@
+---
+name: ⛔ Security Issue
+about: Email nacho [at] ownyourbits.com
+
+---
+
+⚠ PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW.
+
+If you have found a security issue in NextCloudPi, please send the details to
+nacho [at] ownyourbits.com and don't disclose it publicly until we can provide a
+fix for it.
+
+Thank you!