diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-19 14:24:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 14:24:30 +0100 |
commit | 10cdf519aac03a7e03770bda990ae6d141d1c4c4 (patch) | |
tree | 9a8873d9b0a55c23aeabbb6b37ec616873f0a7e1 /.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | |
parent | Merge pull request #4200 from aaronraimist/vacuum-full-note (diff) | |
parent | Fix case (diff) | |
download | synapse-10cdf519aac03a7e03770bda990ae6d141d1c4c4.tar.xz |
Merge pull request #4182 from aaronraimist/update-issue-template
Add a pull request template and add multiple issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000000..150a46f505 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,9 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Description:** + +<!-- Describe here the feature you are requesting. --> |