valence/.github/ISSUE_TEMPLATE/feature_request.yml
Ryan Johnson 4a541a907a
Tweak templates (#273)
## Description

Change the issue and pull request templates.

- Remove HTML comments from the markdown because it's often not deleted
and takes up space in the final commit description.
- Remove the "related" section in the PR template because links to other
issues will naturally end up in the "description" section.
- Remove some placeholder text in the feature request template.
- Remove the check boxes from the bug report template to avoid creating
"tasks".
- The number of sections in the bug report template was a bit daunting
IMO so I trimmed it down a bit.

Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
2023-03-07 08:01:30 -05:00

23 lines
707 B
YAML

name: Feature Request
description: Do you have an idea for a new feature? Let us know!
labels: [enhancement]
body:
- type: textarea
attributes:
label: Describe the problem related to your feature request.
description: A clear description of what the problem is.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you would like.
description: The solution you propose for the problem presented.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false