mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update issue templates
This commit is contained in:
parent
a7de693652
commit
32161c3d7d
4 changed files with 38 additions and 2 deletions
|
@ -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
|
||||
|
|
1
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
1
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
|
@ -4,6 +4,7 @@ about: Report an issue or possible bug
|
|||
title: "\U0001F41B <TITLE>"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Bug Report: Quick Checklist
|
||||
|
|
3
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
3
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
|
@ -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?
|
||||
|
|
33
.github/ISSUE_TEMPLATE/---framework---library-support.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/---framework---library-support.md
vendored
Normal file
|
@ -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.
|
Loading…
Reference in a new issue