g3log/PULL_REQUEST_TEMPLATE.md

5 lines
297 B
Markdown
Raw Normal View History

2018-03-31 05:20:39 +02:00
* Follow TDD practice.
* All new and modified functionality should be backed up with unit tests.
* All new functionality should be backed up with API documentation (API.markdown or README.markdown)
* Windows, Ubuntu, OSX support must work. Please use local environment + the CI to verify this.