valence/.github/ISSUE_TEMPLATE/feature_request.md
Ryan Johnson 5300e6478a
Replace yaml issue templates with markdown templates (#287)
## Description

Replaces the issue forms with the old markdown issue templates. Some
details have changed too.

I've found the issue forms to be inflexible and the interface a bit
clunky. We can switch back if the situation improves.
2023-03-11 20:04:46 -08:00

25 lines
546 B
Markdown

---
name: Feature Request
about: Do you have an idea for a new feature?
title: ''
labels: enhancement
assignees: ''
---
## Describe the problem related to your feature request.
A description of what the problem is.
## What solution would you like?
The solution you propose for the problem presented.
## What alternative(s) have you considered?
Other solutions to solve and/or work around the problem presented.
## Additional context
Any other information you would like to add such as related previous work,
screenshots, benchmarks, etc.