Add templates for bug, feature, and doc issues, based on GitHub's standard templates. Also create an `issue_template.md` file for blank issues of other types, and configure the template selector to allow "blank" issues (which will use that template).
24 lines
723 B
Markdown
24 lines
723 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: "[feature] "
|
|
labels: 'enhancement'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- Please add a brief summary of your request to the title above, after the
|
|
"[feature]" prefix -->
|
|
|
|
**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.
|