-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pull request template for features
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Feature PR | ||
about: Made something cool, what in your opinion lacks in this lib? | ||
title: feat: | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Description | ||
|
||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List dependencies that are required for this change if it has any. | ||
|
||
<!-- Please delete options that are not relevant. --> | ||
- [ ] Breaking change (this feature would cause existing functionality to not work as before) | ||
|
||
# Checklist | ||
|
||
- [ ] Make sure accordance to [Contributing Guide](https://github.com/streamich/react-use/blob/master/CONTRIBUTING.md) | ||
- [ ] Perform a self-review of my own code | ||
- [ ] Comment my code, particularly in hard-to-understand areas | ||
- [ ] Write documentation | ||
- [ ] Write tests | ||
- [ ] Ensure test suite passes (`yarn test`) | ||
- [ ] Achieve 100% LOC tests coverage | ||
- [ ] Create story | ||
- [ ] Update the `README.md` | ||
- [ ] Make sure code lints (`yarn lint`) | ||
- [ ] Make sure types are fine (`yarn lint:types`) |