diff options
author | 2021-06-13 22:20:48 +0000 | |
---|---|---|
committer | 2021-06-13 22:20:48 +0000 | |
commit | 82f5c489257606fe8c255ddfa7c4f80286a84060 (patch) | |
tree | 3dbe0d4b622ee4aefc353b904cf56015ae8d96cd | |
parent | 32161c3d7d71460f0c69cab5126fd638ff3ed0e8 (diff) | |
download | astro-82f5c489257606fe8c255ddfa7c4f80286a84060.tar.gz astro-82f5c489257606fe8c255ddfa7c4f80286a84060.tar.zst astro-82f5c489257606fe8c255ddfa7c4f80286a84060.zip |
[ci] yarn format
4 files changed, 3 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md index 4bb5adb49..1ababaae1 100644 --- a/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md +++ b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md @@ -1,10 +1,9 @@ --- name: "\U0001F91D Astro + Your Favorite Tool" about: Get Astro working with new frameworks, libraries, etc. -title: "[New Framework] <NAME>" +title: '[New Framework] <NAME>' labels: '' assignees: '' - --- ### New Framework: Quick Checklist diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 833f96d4d..546efac05 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -4,7 +4,6 @@ about: Report an issue or possible bug title: "\U0001F41B <TITLE>" labels: '' assignees: '' - --- ### Bug Report: Quick Checklist diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index 8d672b060..467fa3544 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,10 +1,9 @@ --- name: "\U0001F4A1 Feature Request" about: Suggest an idea for this project -title: "[Feature Request] " +title: '[Feature Request] ' labels: '' assignees: '' - --- ## What is Missing from Astro Today? diff --git a/.github/ISSUE_TEMPLATE/---framework---library-support.md b/.github/ISSUE_TEMPLATE/---framework---library-support.md index f5bc3f097..4d2a3660f 100644 --- a/.github/ISSUE_TEMPLATE/---framework---library-support.md +++ b/.github/ISSUE_TEMPLATE/---framework---library-support.md @@ -1,10 +1,9 @@ --- name: "\U0001F91D Framework & Library Support" about: Report broken frameworks, libraries, etc. -title: "[New Framework] <NAME>" +title: '[New Framework] <NAME>' labels: '' assignees: '' - --- ### New Framework: Quick Checklist |