Add PR template and compile examples in CI (#1014)

This commit is contained in:
Lucas Kent 2018-08-11 11:10:17 +10:00 committed by GitHub
parent 01aaa2e524
commit a15d3b3f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,2 @@
- [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users
- [ ] Updated documentation to reflect any user-facing changes

View File

@ -23,6 +23,8 @@ addons:
script: script:
- cargo test --all -j 1 - cargo test --all -j 1
- cd examples
- cargo build
after_success: after_success:
- | - |