diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:17:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:17:59 -0700 |
commit | d46e0551fe988e4d3bc18a2364e1c53e0289bbe6 (patch) | |
tree | a96efcdbedd34b7358bb6d2331568c509b4e5eae /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | 61c0e0bbfbbaa53a31ba302237704001ca22e791 (diff) | |
download | pandoc-d46e0551fe988e4d3bc18a2364e1c53e0289bbe6.tar.gz |
Revert "Remove md versions of issue templates."
This reverts commit 61c0e0bbfbbaa53a31ba302237704001ca22e791.
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
1 files changed, 20 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..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |