diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:37:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:37:27 -0700 |
commit | 6d471a4a2803de1831ad09ae0df55e197e026ea3 (patch) | |
tree | dde74c4536438a25ed929b384639dbdd46721e6a /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | d46e0551fe988e4d3bc18a2364e1c53e0289bbe6 (diff) | |
download | pandoc-6d471a4a2803de1831ad09ae0df55e197e026ea3.tar.gz |
Improve issue templates.
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6..f64c097c7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,19 +2,19 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' 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 [...] +Thank you for suggesting a fetaure! Before you continue, please make sure that you have -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +- [ ] read the [contributing guidelines](https://github.com/jgm/pandoc/CONTRIBUTING.md) +- [ ] searched [the issue tracker](https://github.com/jgm/pandoc/issues) for similar issues (the closed issues too) +- [ ] searched [pandoc-discuss](https://groups.google.com/forum/#!forum/pandoc-discuss) for relevant discussions +- [ ] searched the [changelog](https://github.com/jgm/pandoc/changelog.md) to make sure the feature has not already been implemented. + +**Describe your proposed improvement and the problem it solves.** **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. |