diff options
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. | ||