summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-13 15:43:19 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-13 15:43:19 -0700
commit2794765080e7d007760e5a51d2ae4ce8d2f0c923 (patch)
treee95e88190e7b255dc0731e4ca033e2d9e07c9fe6
parent559c384987c83b22c086581f1d5b32e3b62eaf34 (diff)
downloadastro-2794765080e7d007760e5a51d2ae4ce8d2f0c923.tar.gz
astro-2794765080e7d007760e5a51d2ae4ce8d2f0c923.tar.zst
astro-2794765080e7d007760e5a51d2ae4ce8d2f0c923.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/---bug-report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/---feature-request.md12
-rw-r--r--.github/ISSUE_TEMPLATE/---framework---library-support.md3
-rw-r--r--.github/ISSUE_TEMPLATE/---framework-library-support-request.md24
4 files changed, 32 insertions, 8 deletions
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..4f1faf29d 100644
--- a/.github/ISSUE_TEMPLATE/---feature-request.md
+++ b/.github/ISSUE_TEMPLATE/---feature-request.md
@@ -1,24 +1,22 @@
---
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 [...]
+A quick, clear and concise description of what the problem is.
+Example: I'm always frustrated when [...]
## Proposed Solution
-
-Your take on the correct solution to problem.
+Your take on one (or more) possible solution(s) 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.
diff --git a/.github/ISSUE_TEMPLATE/---framework---library-support.md b/.github/ISSUE_TEMPLATE/---framework---library-support.md
index 4d2a3660f..f5bc3f097 100644
--- a/.github/ISSUE_TEMPLATE/---framework---library-support.md
+++ b/.github/ISSUE_TEMPLATE/---framework---library-support.md
@@ -1,9 +1,10 @@
---
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
diff --git a/.github/ISSUE_TEMPLATE/---framework-library-support-request.md b/.github/ISSUE_TEMPLATE/---framework-library-support-request.md
new file mode 100644
index 000000000..2ba888cbb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/---framework-library-support-request.md
@@ -0,0 +1,24 @@
+---
+name: "\U0001F91D Framework/Library Support Request"
+about: Request support for new frameworks, libraries, tools, etc.
+title: "[Support Request] <NAME>"
+labels: ''
+assignees: ''
+
+---
+
+### Framework/Library Support Request: Quick Checklist
+- [x] I have already searched for existing for this framework/library.
+- [x] I have already searched npm for an existing Astro integration.
+- [x] I have already tried this with Astro myself, and it did not work.
+
+### Details
+Website or GitHub repo: <URL>
+Additional details: ...
+
+## Help Make it Happen!
+<!-- Tip: Contributing to your own request makes it 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.