aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-05-11 20:12:47 +1000
committerGitHub <[email protected]>2021-05-11 20:12:47 +1000
commitdeeae4364d7f92ddaf87c11b3ea1fdba1e3bb262 (patch)
tree4137293fca136e9c7078d37d5c74e33a4f07abaa /.github
parenta084fd28edbfc9656db803ba37099450e89db127 (diff)
downloadIronOS-deeae4364d7f92ddaf87c11b3ea1fdba1e3bb262.tar.gz
IronOS-deeae4364d7f92ddaf87c11b3ea1fdba1e3bb262.zip
Update issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md32
-rw-r--r--.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md10
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
3 files changed, 62 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..6bc34713
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,32 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: Ralim
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+
+**Details on your device:**
+ - Device: [e.g. TS80/Pinecil etc]
+ - Release: [eg 2.15.40087E6]
+ - Power adapter being used:
+
+Note you can grab these from the debug menu.
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md b/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md
new file mode 100644
index 00000000..440f1f67
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/everything-else--questions--notes-etc-.md
@@ -0,0 +1,10 @@
+---
+name: Everything else (Questions, notes etc)
+about: For remarking questions or notes
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Questions are preferred to be kept to the discussions tab where possible, but otherwise go for it. be polite and as clear as possible.**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000..259c5294
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: enhancement
+assignees: Ralim
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.