Delete feature_request.yaml
This commit is contained in:
parent
c305e43b96
commit
fc1987e551
1 changed files with 0 additions and 34 deletions
34
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
34
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,34 +0,0 @@
|
|||
name: Feature Request
|
||||
description: Suggest an idea to improve Cider.
|
||||
title: "[Feature Request]: "
|
||||
labels: ["enhancement", "triage"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this report!
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: The feature you would like
|
||||
description: A clear and concise description of what you would like to be added to the application. State if your request if related to an issue.
|
||||
placeholder: A great addition to this project would be...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: other
|
||||
attributes:
|
||||
label: Alternatives and Other Information
|
||||
description: If you have any alternative solutions to implement your request or other information that could help.
|
||||
placeholder: Anything that can help us?
|
||||
validations:
|
||||
required: false
|
||||
- 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/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue