diff options
author | 2021-06-13 22:04:02 +0000 | |
---|---|---|
committer | 2021-06-13 22:04:02 +0000 | |
commit | 9a6cf9a9c468e716bf7032e7ebf60c01e187470f (patch) | |
tree | e389b181a7fb35c1ad5069e690516397e3c80e9c | |
parent | 962e7288e824847b05e31c3861d0bee685829034 (diff) | |
download | astro-9a6cf9a9c468e716bf7032e7ebf60c01e187470f.tar.gz astro-9a6cf9a9c468e716bf7032e7ebf60c01e187470f.tar.zst astro-9a6cf9a9c468e716bf7032e7ebf60c01e187470f.zip |
[ci] yarn format
-rw-r--r-- | .github/ISSUE_TEMPLATE/---bug-report.md | 1 | ||||
-rw-r--r-- | .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 <TITLE>" 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. |