summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/issue-report.yaml
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-12 22:46:30 +0200
committerGitHub <noreply@github.com>2023-01-12 22:46:30 +0200
commit61698b6e194d3b0caa58060a4f18d51c5f79f149 (patch)
tree274460870b13d5022fc8d784b2dc967f142f28d9 /.github/ISSUE_TEMPLATE/issue-report.yaml
parentc5fb41beb757ae3a28dc81413c33c907be4d4a2c (diff)
Tweaked issue forms (#1267)
When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will require writing about the issue that led to the idea, which will make it easier to discuss different solutions.
Diffstat (limited to '.github/ISSUE_TEMPLATE/issue-report.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/issue-report.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-report.yaml b/.github/ISSUE_TEMPLATE/issue-report.yaml
new file mode 100644
index 00000000..f46499aa
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue-report.yaml
@@ -0,0 +1,31 @@
+name: Issue report
+description: Something's not good enough
+body:
+- type: checkboxes
+ attributes:
+ label: Verification
+ description: Before submitting an issue, check if similar issues already exist and use those issues to provide your feedback instead.
+ options:
+ - label: I searched for similar issues and found none was relevant.
+ required: true
+- type: textarea
+ attributes:
+ label: Introduce the issue
+ description: Explain why it is an issue if necessary.
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Preferred solution
+ description: You can suggest a solution to the issue here.
+ placeholder: Optional
+- type: input
+ attributes:
+ label: Version
+ description: |
+ What [version of the firmware](https://github.com/JF002/InfiniTime/blob/develop/doc/gettingStarted/gettingStarted-1.0.md#how-to-check-the-version-of-infinitime-and-the-bootloader) are you running?
+ If you are running an older version, please consider [updating to the latest firmware](https://github.com/JF002/InfiniTime/blob/develop/doc/gettingStarted/gettingStarted-1.0.md#how-to-update-your-pinetime).
+ If you are running directly from git, specify the branch or the commit hash directly.
+ placeholder: Ex. v1.6.0 or develop or fc922b60
+ validations:
+ required: false