From 10c4e5a9849cff61ab910ee12f4be2e4e3ae9f31 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 11 Dec 2024 18:58:48 +0100 Subject: [PATCH] Update to bug report --- .github/ISSUE_TEMPLATE.md | 36 ------------------------- .github/ISSUE_TEMPLATE.yml | 54 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 337f961c..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - -## Expected Behaviour - - - -## Current Behaviour - - - -## Possible Solution - - - -## Steps to Reproduce (for bugs) - - -1. -2. -3. -4. - -## Context - - - -## Your Environment - -- [ ] You're using the official images - -- [ ] You're using a raspberry pi 0 - -- [ ] You're using a supported LCD - - - diff --git a/.github/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE.yml new file mode 100644 index 00000000..9773e3e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.yml @@ -0,0 +1,54 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +labels: ["bug", "triage"] +projects: ["pwnagotchi"] +assignees: + - jayofelony +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 2.9.2 (64bit) + - 2.9.2 (32bit) + default: 0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/jayofelony/pwnagotchi/blob/noai/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct + required: true