diff options
author | 2021-06-24 10:09:40 -0500 | |
---|---|---|
committer | 2021-06-24 10:09:40 -0500 | |
commit | 3dcb74c01da0383bca7af23e8c1fb36296585ec0 (patch) | |
tree | 6f28313950fef51a3583efe6f279a9d031e3c814 | |
parent | dbcb5093bbb62bb290eeca18ada1c6e396b54917 (diff) | |
download | astro-3dcb74c01da0383bca7af23e8c1fb36296585ec0.tar.gz astro-3dcb74c01da0383bca7af23e8c1fb36296585ec0.tar.zst astro-3dcb74c01da0383bca7af23e8c1fb36296585ec0.zip |
Update ---framework-library-support.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/---framework-library-support.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/---framework-library-support.yml b/.github/ISSUE_TEMPLATE/---framework-library-support.yml index ac333a917..cae02f647 100644 --- a/.github/ISSUE_TEMPLATE/---framework-library-support.yml +++ b/.github/ISSUE_TEMPLATE/---framework-library-support.yml @@ -10,15 +10,15 @@ body: - type: checkboxes attributes: 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: - label: I have already searched for existing issues for this framework/library. required: true - label: I have already searched npm for an existing Astro integration. required: true - 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 validations: required: true |