mirror of https://github.com/BOINC/boinc.git
Update and rename feature_request.md to feature_request.yml
This commit is contained in:
parent
83674a4892
commit
8c0e1cb2af
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
---
|
||||
|
||||
#### **Describe the problem**
|
||||
|
||||
<!-- A clear and concise description of the problem you're looking to solve. -->
|
||||
|
||||
#### **Describe the solution you'd like**
|
||||
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
#### **Additional context**
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
|
@ -0,0 +1,21 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for this project.
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the problem
|
||||
placeholder: "<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
placeholder: "<!-- A clear and concise description of what you want to happen. -->"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
placeholder: "<!-- A clear and concise description of any alternative solutions or features you've considered. -->"
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue