sherlock/.github/ISSUE_TEMPLATE/feature-request.yml

25 lines
839 B
YAML
Raw Normal View History

2024-06-02 20:28:34 +00:00
name: Feature request
description: Request a feature or enhancement
2024-05-27 14:19:19 +00:00
labels: ["enhancement"]
body:
2024-06-02 20:28:34 +00:00
- type: markdown
attributes:
value: |
Concise and thoughtful titles help other contributors find and add your requested feature.
2024-05-27 14:19:19 +00:00
- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you are requesting
placeholder: I'd like Sherlock to be able to do xyz
validations:
required: true
2024-06-02 20:28:34 +00:00
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/sherlock-project/sherlock/blob/master/docs/CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true