Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvollmer authored Mar 5, 2018
1 parent e26a3ce commit 8eca140
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# PR Title

### Context:
Describe the code changes of this Pull Request.

### Branch Names:

Pick one of the following branch name for your commits:
- `feature-*` A new feature was added to the codebase
- `fix-*` A bug was fixed
- `refactor-*` The code were refactored
- `cleanup-*` The code were refactored

```
git checkout -b feature-your-branch
```

### Proposed Changes

- [ ] implement feature
- [ ] document feature
- [ ] test feature
- [ ] update version at the `Makefile`
- [ ] `make` this will build the new source and generate the new docs
- [ ] `make build-commit` if everything pass, we can build and `git commit` the artifact

The following command need to be exit with code `0` to be merged!
```
make
```

0 comments on commit 8eca140

Please sign in to comment.