mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update pull_request_template for Rust code
This commit is contained in:
parent
4d3c407db5
commit
4d84252012
1 changed files with 5 additions and 3 deletions
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
@ -4,6 +4,8 @@ Replace this text with a description of the PR.
|
|||
|
||||
#### Additional information...
|
||||
|
||||
- [ ] Have you run the test suite?
|
||||
Many changes need to be tested. Please run the test suite
|
||||
and include the output of ```cd test && ./problems```.
|
||||
- [ ] 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue