diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 000000000..61892fb9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,31 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔 +title: 'bug: ' +type: Bug +projects: ["menloresearch/30"] +--- + +## Jan Version + +**Version:** e.g. 0.5.x-xxx + +## Describe the Bug + + + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. + +## Screenshots / Logs + + + +## Operating System + +- [ ] MacOS +- [ ] Windows +- [ ] Linux diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml deleted file mode 100644 index b429b670a..000000000 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: "\U0001F41B Bug Report" -title: 'bug: ' -description: "If something isn't working as expected \U0001F914" -type: "Bug" -projects: ["menloresearch/30"] -body: - - type: input - validations: - required: true - attributes: - label: "Jan version" - description: "**Tip:** The version is in the app's bottom right corner" - placeholder: "e.g. 0.5.x-xxx" - - - type: textarea - validations: - required: true - attributes: - label: "Describe the Bug" - description: "A clear & concise description of the bug" - - - type: textarea - attributes: - label: "Steps to Reproduce" - description: | - Please list out steps to reproduce the issue - placeholder: | - 1. Go to '...' - 2. Click on '...' - - - type: textarea - attributes: - label: "Screenshots / Logs" - description: | - You can find logs in: ~/jan/logs/app.logs - - - type: checkboxes - attributes: - label: "What is your OS?" - options: - - label: MacOS - - label: Windows - - label: Linux