diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index cf20d7f9..cb19edf7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -labels: bug +labels: bug/module --- diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 1e6b8a5e..46ec4268 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,7 +1,7 @@ --- name: Enhancement to an existing feature about: Suggest an idea for a feature -labels: enhancement +labels: enhancement/module --- diff --git a/.github/ISSUE_TEMPLATE/featurereq.md b/.github/ISSUE_TEMPLATE/featurereq.md index 58047b35..aaec3094 100644 --- a/.github/ISSUE_TEMPLATE/featurereq.md +++ b/.github/ISSUE_TEMPLATE/featurereq.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -labels: new-feature +labels: new/module --- diff --git a/.github/ISSUE_TEMPLATE/incompatiblity-report.md b/.github/ISSUE_TEMPLATE/incompatiblity-report.md index db269a80..13f45b33 100644 --- a/.github/ISSUE_TEMPLATE/incompatiblity-report.md +++ b/.github/ISSUE_TEMPLATE/incompatiblity-report.md @@ -1,7 +1,7 @@ --- name: Incompatibility Report about: Incompatible with another mod -labels: incompatible +labels: -incompatible ---