summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-13 15:02:54 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-13 15:02:54 -0700
commit962e7288e824847b05e31c3861d0bee685829034 (patch)
tree402775dddf1642f5fff2bf4c3e6a7712a9f0828c
parent4d6946bdfbb553295b58b7047064fc9d9e69a536 (diff)
downloadastro-962e7288e824847b05e31c3861d0bee685829034.tar.gz
astro-962e7288e824847b05e31c3861d0bee685829034.tar.zst
astro-962e7288e824847b05e31c3861d0bee685829034.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/---bug-report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/---feature-request.md21
2 files changed, 22 insertions, 0 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
new file mode 100644
index 000000000..b61c317d7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/---feature-request.md
@@ -0,0 +1,21 @@
+---
+name: "\U0001F4A1 Feature Request"
+about: Suggest an idea for this project
+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.