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
"
labels: ''
assignees: ''
-
---
### Bug Report: Quick Checklist
diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md
index 4f1faf29d..a4419ea3b 100644
--- a/.github/ISSUE_TEMPLATE/---feature-request.md
+++ b/.github/ISSUE_TEMPLATE/---feature-request.md
@@ -1,22 +1,25 @@
---
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.
+
+A quick, clear and concise description of what the problem is.
Example: I'm always frustrated when [...]
## Proposed Solution
+
Your take on one (or more) possible solution(s) to problem.
## Help Make it Happen!
+
+
- [ ] 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 f5bc3f097..4d2a3660f 100644
--- a/.github/ISSUE_TEMPLATE/---framework---library-support.md
+++ b/.github/ISSUE_TEMPLATE/---framework---library-support.md
@@ -1,10 +1,9 @@
---
name: "\U0001F91D Framework & Library Support"
about: Report broken frameworks, libraries, etc.
-title: "[New Framework] "
+title: '[New Framework] '
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
index 2ba888cbb..c84624816 100644
--- a/.github/ISSUE_TEMPLATE/---framework-library-support-request.md
+++ b/.github/ISSUE_TEMPLATE/---framework-library-support-request.md
@@ -1,24 +1,27 @@
---
name: "\U0001F91D Framework/Library Support Request"
about: Request support for new frameworks, libraries, tools, etc.
-title: "[Support Request] "
+title: '[Support Request] '
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:
Additional details: ...
## Help Make it Happen!
+
+
- [ ] 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.