From 9a6cf9a9c468e716bf7032e7ebf60c01e187470f Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Sun, 13 Jun 2021 22:04:02 +0000 Subject: [PATCH] [ci] yarn format --- .github/ISSUE_TEMPLATE/---bug-report.md | 1 - .github/ISSUE_TEMPLATE/---feature-request.md | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 " labels: '' assignees: '' - --- ### Bug Report: Quick Checklist diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index b61c317d7..2466e98c5 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,21 +1,24 @@ --- 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? + A quick, clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Proposed Solution + Your take on the correct solution to problem. ## Help Make it Happen + <!-- Tip: Requests made by interested contributors are much more likely to happen. --> <!-- Select one from the list below: --> + - [ ] I am willing to submit a PR to implement this change. - [ ] I am willing to submit a PR to implement this change, but would need some guidance. - [ ] I am not willing to submit a PR to implement this change.