gorm/.github/PULL_REQUEST_TEMPLATE.md

15 lines
508 B
Markdown
Raw Normal View History

2017-04-18 10:40:26 +03:00
Make sure these boxes checked before submitting your pull request.
- [] Do only one thing
- [] No API-breaking changes
- [] New code/logic commented & tested
- [] Write good commit message, try to squash your commits into a single one
- [] Run `./build.sh` in `gh-pages` branch for document changes
For significant changes like big bug fixes, new features, please open an issue to make a agreement on an implementation design/plan first before starting it.
Thank you.
2017-04-18 10:50:22 +03:00
### What did this pull request do?