forked from skatejs/skatejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: update prettier and apply on whole codebase
- Loading branch information
Showing
14 changed files
with
162 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
## Bug report | ||
|
||
*Delete this section if this is a feature request.* | ||
_Delete this section if this is a feature request._ | ||
|
||
- Skate version: *x.x.x* | ||
- Affected browsers (and versions): *IE 10* | ||
* Skate version: _x.x.x_ | ||
* Affected browsers (and versions): _IE 10_ | ||
|
||
### Current behaviour | ||
|
||
You can use the [Codepen skate template](https://codepen.io/Hotell/pen/RVJamm) if you need a starting point. | ||
You can use the [Codepen skate template](https://codepen.io/Hotell/pen/RVJamm) | ||
if you need a starting point. | ||
|
||
### Expected behaviour | ||
|
||
*Please explain how you'd expect it to behave.* | ||
_Please explain how you'd expect it to behave._ | ||
|
||
## Feature request | ||
|
||
*Delete this section if this is a bug report.* | ||
_Delete this section if this is a bug report._ | ||
|
||
### Use case(s) | ||
|
||
*Explain the rationale for this feature.* | ||
_Explain the rationale for this feature._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
*If there is a linked issue, mention it here.* | ||
_If there is a linked issue, mention it here._ | ||
|
||
- [ ] Bug | ||
- [ ] Feature | ||
* [ ] Bug | ||
* [ ] Feature | ||
|
||
## Requirements | ||
|
||
- [ ] Read the [contribution guidelines](https://github.com/skatejs/skatejs/blob/5.x/CONTRIBUTING.md). | ||
- [ ] Wrote tests. | ||
- [ ] Updated docs and upgrade instructions, if necessary. | ||
- [ ] Updated TS definitions, if necessary. | ||
* [ ] Read the | ||
[contribution guidelines](https://github.com/skatejs/skatejs/blob/5.x/CONTRIBUTING.md). | ||
* [ ] Wrote tests. | ||
* [ ] Updated docs and upgrade instructions, if necessary. | ||
* [ ] Updated TS definitions, if necessary. | ||
|
||
## Rationale | ||
|
||
*Why is this PR necessary?* | ||
_Why is this PR necessary?_ | ||
|
||
## Implementation | ||
|
||
*Why have you implemented it this way? Did you try any other methods?* | ||
_Why have you implemented it this way? Did you try any other methods?_ | ||
|
||
## Open questions | ||
|
||
*Are there any open questions about this implementation that need answers?* | ||
_Are there any open questions about this implementation that need answers?_ | ||
|
||
## Other | ||
|
||
*Is there anything else we should know? Delete this section if you don't need it.* | ||
_Is there anything else we should know? Delete this section if you don't need | ||
it._ | ||
|
||
## Tasks | ||
|
||
*List any tasks you need to do here, if any. Delete this section if you don't need it.* | ||
_List any tasks you need to do here, if any. Delete this section if you don't | ||
need it._ | ||
|
||
- [ ] *Example task.* | ||
* [ ] _Example task._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Change Log | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
Every release is documented on the Github [Releases](https://github.com/skatejs/skatejs/releases) page. | ||
For migration instructions, see [the migration docs](docs/migrating/README.md). | ||
This project adheres to [Semantic Versioning](http://semver.org/). Every release | ||
is documented on the Github | ||
[Releases](https://github.com/skatejs/skatejs/releases) page. For migration | ||
instructions, see [the migration docs](docs/migrating/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.