diff options
| author | Daniel She <shekwancheung0528@gmail.com> | 2019-05-03 17:21:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-03 17:21:53 +0800 |
| commit | 4d02e2dfa6cc20d1f75b080830d52cc746f4e679 (patch) | |
| tree | a1cd21f82979ebdfd6816f0ecf31abdeb5ad3b59 /.github | |
| parent | b5a59fd4f678741db7c863ae25b1b6ebf265bd13 (diff) | |
| download | RoughlyEnoughItems-4d02e2dfa6cc20d1f75b080830d52cc746f4e679.tar.gz RoughlyEnoughItems-4d02e2dfa6cc20d1f75b080830d52cc746f4e679.tar.bz2 RoughlyEnoughItems-4d02e2dfa6cc20d1f75b080830d52cc746f4e679.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..a30a79533 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. |
