diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 4fc9be77..00000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,9 +0,0 @@ -## Description of the problem or steps to reproduce - -## Specifications - - - -Commit hash: -OS: -Terminal: diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml new file mode 100644 index 00000000..ec745633 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -0,0 +1,25 @@ +name: Bug Report +description: File a bug report. +title: "" +labels: ["bug", "triage"] +body: +- type: textarea + attributes: + label: Description + description: Description of the problem and steps to reproduce. + validations: + required: true +- type: textarea + attributes: + label: Environment + description: | + examples: + - **Version**: 2.0.15 and/or commit hash ($ micro -version) + - **OS**: Debian + - **Terminal**: ptyxis + value: | + - Version: + - OS: + - Terminal: + validations: + required: true