diff options
author | 2021-06-13 15:17:02 -0700 | |
---|---|---|
committer | 2021-06-13 15:17:02 -0700 | |
commit | aff84c1484d5df74fe9c02cdabd122c67685619b (patch) | |
tree | 3cc0ed7dd5da1521919be4b4ab779ec8f418b5ca | |
parent | 9a6cf9a9c468e716bf7032e7ebf60c01e187470f (diff) | |
download | astro-aff84c1484d5df74fe9c02cdabd122c67685619b.tar.gz astro-aff84c1484d5df74fe9c02cdabd122c67685619b.tar.zst astro-aff84c1484d5df74fe9c02cdabd122c67685619b.zip |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md | 28 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/---bug-report.md | 1 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/---feature-request.md | 9 |
3 files changed, 32 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md new file mode 100644 index 000000000..ae83c2507 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md @@ -0,0 +1,28 @@ +--- +name: "\U0001F91D Astro + Your Favorite Tool" +about: Get Astro working with new frameworks, libraries, etc. +title: "[New Framework] <NAME>" +labels: '' +assignees: '' + +--- + +### New Framework: Quick Checklist +- [x] I have already searched for an existing issue. +- [x] I have already searched npm for an existing plugin/renderer. +- [x] I have already tried using this with Astro, and it did not work. + +### Describe the Request +<!-- If the request is to add support for a new component framework (ex: Svelte): we will need to create a new renderer. --> +<!-- If the request is to fix a broken npm package that isn't working with Astro (ex: styled-components): describe how it is breaking, expected behavior, etc. --> + +### Relevant Links & Additional Context +- Framework website/repo: <URL> +- ... + +## 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. diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 546efac05..833f96d4d 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -4,6 +4,7 @@ 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 2466e98c5..ea3627d0f 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,24 +1,21 @@ --- 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 - +## 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. |