diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-11-28 11:21:11 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-11-28 11:21:11 -0300 |
commit | 6277b83f2863d5c49802dcdeb4be55a0ed44486c (patch) | |
tree | 99810c09b5368249c1fa90073075044fbcfbf6fa | |
parent | 5143d1b978501e3b16a6abe7fdfc8160157ae7ef (diff) | |
download | luarocks-6277b83f2863d5c49802dcdeb4be55a0ed44486c.tar.gz luarocks-6277b83f2863d5c49802dcdeb4be55a0ed44486c.tar.bz2 luarocks-6277b83f2863d5c49802dcdeb4be55a0ed44486c.zip |
Do not auto-add "bug" labels to new issues
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85b3c465..b5d22c69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md | |||
@@ -1,7 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | name: Bugs | 2 | name: Bugs |
3 | about: Bugs and unintented behaviour | 3 | about: Bugs and unintented behaviour |
4 | labels: 'bug' | ||
5 | 4 | ||
6 | --- | 5 | --- |
7 | 6 | ||
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index fb03b0f9..da65922a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md | |||
@@ -1,11 +1,11 @@ | |||
1 | --- | 1 | --- |
2 | name: Enhancements | 2 | name: Feature request |
3 | about: New functionality | 3 | about: New functionality |
4 | labels: 'enhancement' | 4 | labels: 'feature request' |
5 | 5 | ||
6 | --- | 6 | --- |
7 | 7 | ||
8 | ### Please fill out the following: | 8 | ### Please fill out the following: |
9 | - **Description:** | 9 | - **Description:** |
10 | - Please describe in plain English what the enhancement is and what the use case | 10 | - Please describe in plain English what the desired enhancement is and |
11 | is. | 11 | what the use case is. |