taskwarrior/.github/pull_request_template.md
2022-07-24 12:20:16 -04:00

11 lines
350 B
Markdown

#### Description
Replace this text with a description of the PR.
#### Additional information...
- [ ] I changed C++ code or build infrastructure.
Please run the test suite and include the output of `cd test && ./problems`.
- [ ] I changed Rust code or build infrastructure.
Please run `cargo test` and address any failures before submitting.