mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
Update ---feature-request-new.yml
This commit is contained in:
parent
9eeb551939
commit
491c875781
1 changed files with 6 additions and 3 deletions
|
@ -14,19 +14,21 @@ body:
|
||||||
A quick, clear and concise description of what the problem is.
|
A quick, clear and concise description of what the problem is.
|
||||||
|
|
||||||
**Please include links to relevant issues, Discord convos, and anything else.**
|
**Please include links to relevant issues, Discord convos, and anything else.**
|
||||||
required: true
|
|
||||||
placeholder: I want to be able to...
|
placeholder: I want to be able to...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Proposed Solution
|
label: Proposed Solution
|
||||||
description: Your take on one (or more) possible solution(s) to problem.
|
description: Your take on one (or more) possible solution(s) to problem.
|
||||||
required: true
|
|
||||||
value: |
|
value: |
|
||||||
### Possible solutions
|
### Possible solutions
|
||||||
|
|
||||||
### Alternatives considered
|
### Alternatives considered
|
||||||
|
|
||||||
### Risks, downsides, and/or tradeoffs
|
### Risks, downsides, and/or tradeoffs
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Detailed Design
|
label: Detailed Design
|
||||||
|
@ -44,8 +46,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Help make it happen!
|
label: Help make it happen!
|
||||||
description: "Tip: Requests made by interested contributors are much more likely to get done!"
|
description: "Tip: Requests made by interested contributors are much more likely to get done!"
|
||||||
required: true
|
|
||||||
options:
|
options:
|
||||||
- label: I am willing to submit a PR to implement this change.
|
- label: I am willing to submit a PR to implement this change.
|
||||||
- label: I am willing to submit a PR to implement this change, but would need some guidance.
|
- label: I am willing to submit a PR to implement this change, but would need some guidance.
|
||||||
- label: I am not willing to submit a PR to implement this change.
|
- label: I am not willing to submit a PR to implement this change.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue