diff options
author | 2021-07-20 04:07:49 +0000 | |
---|---|---|
committer | 2021-07-20 04:07:49 +0000 | |
commit | 50f82e1a53ec5329990ee66fe62adba3fcbcb9e6 (patch) | |
tree | bee01a458fe44e48a396abcd51f912f09d295f55 /.github/ISSUE_TEMPLATE | |
parent | 07e533402e234d31b7cf9741bf2d08c32eda88c0 (diff) | |
download | astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.gz astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.tar.zst astro-50f82e1a53ec5329990ee66fe62adba3fcbcb9e6.zip |
[ci] yarn format
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/---02-feature-request.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index e204a1f5d..8ae60e544 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -9,7 +9,7 @@ body: value: | ## Quick Checklist Thank you for taking the time to file a bug report! Please fill out this form as completely as possible. - + ✅ I am using the **latest version of Astro** and all plugins. ✅ I am using a version of Node that supports ESM (`v12.20.0+`, `v14.13.1+`, or `v16.0.0+`) - type: input @@ -45,5 +45,5 @@ body: - type: input attributes: label: Link to Minimal Reproducible Example (Optional) - description: "Issues with easy reproductions are more likely to get fixed, faster." + description: 'Issues with easy reproductions are more likely to get fixed, faster.' placeholder: 'https://github.com/username/repo' diff --git a/.github/ISSUE_TEMPLATE/---02-feature-request.yml b/.github/ISSUE_TEMPLATE/---02-feature-request.yml index 9b5d4b152..9f7d3c3c8 100644 --- a/.github/ISSUE_TEMPLATE/---02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/---02-feature-request.yml @@ -41,7 +41,7 @@ body: - type: checkboxes attributes: label: Help make it happen! - description: "Tip: RFCs with contributing authors are much more likely to get done!" + description: 'Tip: RFCs with contributing authors are much more likely to get done!' 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, but would need some guidance. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f8927de3f..92864ff94 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Our Discord server is active, come join us! - name: 💁 Support url: https://astro.build/chat - about: "This issue tracker is not for support questions. Join us on Discord for assistance!" + about: 'This issue tracker is not for support questions. Join us on Discord for assistance!' |