diff options
author | 2021-06-24 10:15:07 -0500 | |
---|---|---|
committer | 2021-06-24 10:15:07 -0500 | |
commit | 428ab5d0c265ac0d43e60b410330e50cff7431b3 (patch) | |
tree | fd4d07af4ae7c15e680942644939328ff02f6d41 /.github/ISSUE_TEMPLATE | |
parent | f56280afa31e44855ba59c052d473e8ce23e781f (diff) | |
download | astro-428ab5d0c265ac0d43e60b410330e50cff7431b3.tar.gz astro-428ab5d0c265ac0d43e60b410330e50cff7431b3.tar.zst astro-428ab5d0c265ac0d43e60b410330e50cff7431b3.zip |
Update ---framework-library-support.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---framework-library-support.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/---framework-library-support.yml b/.github/ISSUE_TEMPLATE/---framework-library-support.yml index 1f7a0b0b3..3198e05de 100644 --- a/.github/ISSUE_TEMPLATE/---framework-library-support.yml +++ b/.github/ISSUE_TEMPLATE/---framework-library-support.yml @@ -6,13 +6,15 @@ assignees: [] body: - type: markdown attributes: - value: Thanks for taking the time to request support for your favorite tool! Please fill out this form as completely as possible. + value: | + Thanks for taking the time to request support for your favorite tool! Please fill out this form as completely as possible. + + While Astro is in beta, we ask that you attempt to implement this on your own first. + + If you run into any issues, it's possible that Astro is missing something! We may be able to update Astro to support your request. - 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. + label: Checklist options: - label: I have already searched for existing issues for this framework/library. required: true |