Frank Dana f4d30065d3 Create issue templates
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).
2024-06-15 12:35:58 -04:00

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.