diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 979123f5..fd0888f1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,13 @@ to help! This is simply a reminder of what we are going to look for before merging your code._ -- [ ] All tests pass. Code tested on + +- [ ] All tests pass (`ctest -j` in your `build` directory). Code tested on + - [ ] CPU backend + - [ ] CUDA backend + - [ ] HIP backend +- [ ] I have manually run the non-experimental examples and verified that residuals are close to machine precision. (In your build directory run: +`./examples/.exe -m -r -n -b `). Code tested on: - [ ] CPU backend - [ ] CUDA backend - [ ] HIP backend diff --git a/CHANGELOG.md b/CHANGELOG.md index a112d7a3..94e8b51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Changes to Re::Solve since release 0.99.2 -- Added cmake-format +- Added cmake-format. + +- Reworked templates to include example tests. ## Changes to Re::Solve in release 0.99.2