Update pull_request_template.md (#66)

Update pull_request_template.md
This commit is contained in:
Jan-Erik Rediger 2019-05-16 17:37:32 +02:00 коммит произвёл GitHub
Родитель 1fbc891c55 d897aa400a
Коммит ccef0fd863
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

6
.github/pull_request_template.md поставляемый
Просмотреть файл

@ -1,8 +1,8 @@
### Pull Request checklist ###
<!-- Before submitting the PR, please address each item -->
- [ ] **Quality**: This PR builds and tests run cleanly
- `cargo clean; cargo test --all` runs without emitting any warnings
- `cargo fmt` does not produce any changes to the code
- `make test` runs without emitting any warnings
- `make lint` runs without emitting any errors
- [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not
- [ ] **Changelog**: This PR includes a changelog entry or an explanation of why it does not need one
- Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
- Any breaking changes to language binding APIs are noted explicitly