[ci] yarn format
This commit is contained in:
parent
962e7288e8
commit
9a6cf9a9c4
2 changed files with 5 additions and 3 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
|
||||||
|
|
7
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
7
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
|
@ -1,21 +1,24 @@
|
||||||
---
|
---
|
||||||
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. Ex. I'm always frustrated when [...]
|
A quick, clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
## Proposed Solution
|
## Proposed Solution
|
||||||
|
|
||||||
Your take on the correct solution to problem.
|
Your take on the correct solution 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.
|
||||||
|
|
Loading…
Reference in a new issue