commit 5328dec6209bfb6596267acc736cd6ed6747bd45 parent c16af141e640c4eb8f71e7a5a7d4b9601417a7d1 Author: rhunk <101876869+rhunk@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:45:00 +0100 chore: bug report template Diffstat:
M | .github/ISSUE_TEMPLATE/bug_report.yml | | | 13 | ++++++++++--- |
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: "Bug report" description: "Report an issue to help the project improve." -title: "bug: TITLE" +title: "TITLE" labels: - "bug" body: @@ -40,13 +40,20 @@ body: placeholder: "ex. 12.35.0.45" validations: required: true + - type: input + id: snapenhance-version + attributes: + label: "SnapEnhance Version" + description: "On which SnapEnhance version is this happening?" + placeholder: "ex. 1.2.5" + validations: + required: true - type: checkboxes id: terms attributes: label: "Agreement" - description: "By creating this issue, I agree to the following terms:" + description: "**By creating this issue, I agree to the following terms:**" options: - - label: "I am using the latest stable SnapEnhance version." - label: "This is not a bug regarding Snapchat+." - label: "I have provided a detailed description of the issue." - label: "I have attached a log if deemed neccessary."