Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodelgado111 committed Aug 13, 2018
1 parent a98dc6b commit beca03c
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
> ⚠️ NOTE: Please don't use the PR description for communication, use comments instead.
## Description (Required)

_
A short description of the overall goals of the pull request.
Optional: Is it a fix? maintenance? new feature?
_

## Other changes (e.g. bug fixes, UI tweaks, refactors)

_
Minor changes goes here. In general we should avoid that but sometimes it's much easier / faster to add a quick fix for a bug we noticed during development.
_

## TODO

> ⚠️ NOTE: Please make sure all items are checked or remove the TODO list before closing the PR
- [ ] Add unit test
- [ ] Add super cool feature
- [ ] Add documentation
- [ ] Fix comment

## Scripts
** New scripts**:

- `script` : script details

## Deps

**New dependencies**:

- `dependency` : dependency details

**New dev dependencies**:

- `devDependency` : dependency details


> ⚠️ NOTE: Use special keywords to close / connect the PR with the issue(s) it solves or contributes to
(Resolves | Closes | Contributes to) #1234

0 comments on commit beca03c

Please sign in to comment.