[ci] yarn format

This commit is contained in:
FredKSchott 2021-06-13 22:18:11 +00:00 committed by GitHub Actions
parent aff84c1484
commit a7de693652
3 changed files with 11 additions and 5 deletions

View file

@ -1,28 +1,32 @@
--- ---
name: "\U0001F91D Astro + Your Favorite Tool" name: "\U0001F91D Astro + Your Favorite Tool"
about: Get Astro working with new frameworks, libraries, etc. about: Get Astro working with new frameworks, libraries, etc.
title: "[New Framework] <NAME>" title: '[New Framework] <NAME>'
labels: '' labels: ''
assignees: '' assignees: ''
--- ---
### New Framework: Quick Checklist ### New Framework: Quick Checklist
- [x] I have already searched for an existing issue. - [x] I have already searched for an existing issue.
- [x] I have already searched npm for an existing plugin/renderer. - [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. - [x] I have already tried using this with Astro, and it did not work.
### Describe the Request ### 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 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. --> <!-- 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 ### Relevant Links & Additional Context
- Framework website/repo: <URL> - Framework website/repo: <URL>
- ... - ...
## 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.

View file

@ -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

View file

@ -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.