From 4d84252012b6ac640c6cfacac3ab71b7d01b6832 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 14 Jul 2022 00:56:34 +0000 Subject: [PATCH] Update pull_request_template for Rust code --- .github/pull_request_template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 43476299b..724bf7829 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.