summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-13 15:19:38 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-13 15:19:38 -0700
commit32161c3d7d71460f0c69cab5126fd638ff3ed0e8 (patch)
tree1f3ef817039d6b1271f187c329842280b3c45db1
parenta7de6936526ba6c83d580e7e754f85a8eaa2da6b (diff)
downloadastro-32161c3d7d71460f0c69cab5126fd638ff3ed0e8.tar.gz
astro-32161c3d7d71460f0c69cab5126fd638ff3ed0e8.tar.zst
astro-32161c3d7d71460f0c69cab5126fd638ff3ed0e8.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md3
-rw-r--r--.github/ISSUE_TEMPLATE/---bug-report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/---feature-request.md3
-rw-r--r--.github/ISSUE_TEMPLATE/---framework---library-support.md33
4 files changed, 38 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md
index 1ababaae1..4bb5adb49 100644
--- a/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md
+++ b/.github/ISSUE_TEMPLATE/---astro---your-favorite-tool.md
@@ -1,9 +1,10 @@
---
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 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 467fa3544..8d672b060 100644
--- a/.github/ISSUE_TEMPLATE/---feature-request.md
+++ b/.github/ISSUE_TEMPLATE/---feature-request.md
@@ -1,9 +1,10 @@
---
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
new file mode 100644
index 000000000..f5bc3f097
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/---framework---library-support.md
@@ -0,0 +1,33 @@
+---
+name: "\U0001F91D Framework & Library Support"
+about: Report broken 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.