diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 4fc9be7793..0000000000 --- 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 0000000000..ec7456330d --- /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 diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml new file mode 100644 index 0000000000..0a871cddae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -0,0 +1,11 @@ +name: Feature Request +description: File a feature request. +title: "" +labels: ["feature"] +body: +- type: textarea + attributes: + label: Description + description: Description of the feature. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false