Update ---framework-library-support.yml
This commit is contained in:
parent
dbcb5093bb
commit
3dcb74c01d
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Quick Checklist
|
label: Quick Checklist
|
||||||
|
description: |
|
||||||
|
While Astro is in beta, we ask that you attempt to implement this on your own _first_.
|
||||||
|
If you run into any issues, we may be able to update Astro to support your request.
|
||||||
options:
|
options:
|
||||||
- label: I have already searched for existing issues for this framework/library.
|
- label: I have already searched for existing issues for this framework/library.
|
||||||
required: true
|
required: true
|
||||||
- label: I have already searched npm for an existing Astro integration.
|
- label: I have already searched npm for an existing Astro integration.
|
||||||
required: true
|
required: true
|
||||||
- label: I have already tried this with Astro myself, and it did not work.
|
- label: I have already tried this with Astro myself, and it did not work.
|
||||||
description: |
|
|
||||||
While Astro is in beta, we ask that you attempt to implement this on your own _first_.
|
|
||||||
If you run into any issues, we may be able to help you resolve them.
|
|
||||||
required: true
|
required: true
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue