diff options
author | Carl Smedstad <carl.smedstad@protonmail.com> | 2021-05-04 19:19:27 +0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-05-05 11:23:35 -0300 |
commit | 7a9a69290610679a7f7fe0bc350250699d9ce9bf (patch) | |
tree | e010fd4320570fdacd75e0d3ece02a204c1423b2 /.github/ISSUE_TEMPLATE/enhancement.md | |
parent | f33aa0125f9d8c94049c162a8fdec54582ade205 (diff) | |
download | luarocks-7a9a69290610679a7f7fe0bc350250699d9ce9bf.tar.gz luarocks-7a9a69290610679a7f7fe0bc350250699d9ce9bf.tar.bz2 luarocks-7a9a69290610679a7f7fe0bc350250699d9ce9bf.zip |
Add issue templates for bugs and enhancements
The issue tracker does unfortunately contain quite a lot of low-quality
issues. I think issue templates can improve this for the future.
Adapted from these templates:
https://github.com/swaywm/sway/tree/master/.github/ISSUE_TEMPLATE
Diffstat (limited to '.github/ISSUE_TEMPLATE/enhancement.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..fb03b0f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md | |||
@@ -0,0 +1,11 @@ | |||
1 | --- | ||
2 | name: Enhancements | ||
3 | about: New functionality | ||
4 | labels: 'enhancement' | ||
5 | |||
6 | --- | ||
7 | |||
8 | ### Please fill out the following: | ||
9 | - **Description:** | ||
10 | - Please describe in plain English what the enhancement is and what the use case | ||
11 | is. | ||