mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
4a541a907a
## 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>
23 lines
707 B
YAML
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
|