Skip to content

Commit

Permalink
feat: pull request template for features
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Nov 1, 2019
1 parent 5d97bf1 commit 1dc21f3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature_pr.md
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`)

0 comments on commit 1dc21f3

Please sign in to comment.