[ci] yarn format
This commit is contained in:
parent
2794765080
commit
fbe1493c1b
4 changed files with 12 additions and 8 deletions
1
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
1
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
|
@ -4,7 +4,6 @@ about: Report an issue or possible bug
|
||||||
title: "\U0001F41B <TITLE>"
|
title: "\U0001F41B <TITLE>"
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Bug Report: Quick Checklist
|
### Bug Report: Quick Checklist
|
||||||
|
|
9
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
9
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
|
@ -1,22 +1,25 @@
|
||||||
---
|
---
|
||||||
name: "\U0001F4A1 Feature Request"
|
name: "\U0001F4A1 Feature Request"
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "[Feature Request] "
|
title: '[Feature Request] '
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## What is Missing from Astro Today?
|
## 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 [...]
|
Example: I'm always frustrated when [...]
|
||||||
|
|
||||||
## Proposed Solution
|
## Proposed Solution
|
||||||
|
|
||||||
Your take on one (or more) possible solution(s) to problem.
|
Your take on one (or more) possible solution(s) to problem.
|
||||||
|
|
||||||
## Help Make it Happen!
|
## Help Make it Happen!
|
||||||
|
|
||||||
<!-- Tip: Requests made by interested contributors are much more likely to happen. -->
|
<!-- Tip: Requests made by interested contributors are much more likely to happen. -->
|
||||||
<!-- Select one from the list below: -->
|
<!-- 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.
|
||||||
- [ ] I am willing to submit a PR to implement this change, but would need some guidance.
|
- [ ] 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.
|
- [ ] I am not willing to submit a PR to implement this change.
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
name: "\U0001F91D Framework & Library Support"
|
name: "\U0001F91D Framework & Library Support"
|
||||||
about: Report broken frameworks, libraries, etc.
|
about: Report broken frameworks, libraries, etc.
|
||||||
title: "[New Framework] <NAME>"
|
title: '[New Framework] <NAME>'
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### New Framework: Quick Checklist
|
### New Framework: Quick Checklist
|
||||||
|
|
|
@ -1,24 +1,27 @@
|
||||||
---
|
---
|
||||||
name: "\U0001F91D Framework/Library Support Request"
|
name: "\U0001F91D Framework/Library Support Request"
|
||||||
about: Request support for new frameworks, libraries, tools, etc.
|
about: Request support for new frameworks, libraries, tools, etc.
|
||||||
title: "[Support Request] <NAME>"
|
title: '[Support Request] <NAME>'
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Framework/Library Support Request: Quick Checklist
|
### Framework/Library Support Request: Quick Checklist
|
||||||
|
|
||||||
- [x] I have already searched for existing for this framework/library.
|
- [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 searched npm for an existing Astro integration.
|
||||||
- [x] I have already tried this with Astro myself, and it did not work.
|
- [x] I have already tried this with Astro myself, and it did not work.
|
||||||
|
|
||||||
### Details
|
### Details
|
||||||
|
|
||||||
Website or GitHub repo: <URL>
|
Website or GitHub repo: <URL>
|
||||||
Additional details: ...
|
Additional details: ...
|
||||||
|
|
||||||
## Help Make it Happen!
|
## Help Make it Happen!
|
||||||
|
|
||||||
<!-- Tip: Contributing to your own request makes it much more likely to happen! -->
|
<!-- Tip: Contributing to your own request makes it much more likely to happen! -->
|
||||||
<!-- Select one from the list below: -->
|
<!-- 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.
|
||||||
- [ ] I am willing to submit a PR to implement this change, but would need some guidance.
|
- [ ] 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.
|
- [ ] I am not willing to submit a PR to implement this change.
|
||||||
|
|
Loading…
Add table
Reference in a new issue