2019-04-09 15:02:17 +03:00
|
|
|
### Pull Request Checklist
|
|
|
|
|
2019-04-10 18:58:25 +03:00
|
|
|
- [ ] Read and understand the [contribution guidelines](https://github.com/digital-asset/daml/blob/master/CONTRIBUTING.md)
|
2019-04-09 15:45:11 +03:00
|
|
|
- [ ] Include appropriate tests
|
|
|
|
- [ ] Set a descriptive title and thorough description
|
|
|
|
- [ ] Add a reference to the [issue this PR will solve](https://github.com/digital-asset/daml/issues), if appropriate
|
2020-01-07 19:19:50 +03:00
|
|
|
- [ ] Include changelog additions in one or more commit message bodies between the `CHANGELOG_BEGIN` and `CHANGELOG_END` tags
|
2019-07-31 18:36:00 +03:00
|
|
|
- [ ] Normal production system change, include purpose of change in description
|
2019-04-11 15:43:51 +03:00
|
|
|
|
|
|
|
NOTE: CI is not automatically run on non-members pull-requests for security
|
|
|
|
reasons. The reviewer will have to comment with `/AzurePipelines run` to
|
|
|
|
trigger the build.
|