diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 979123f5..5fbff7ac 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,27 +1,33 @@ ## Description - _Please describe the issue that is addressed (bug, new feature, + - _Closes # (issue)_ + - _Mentions @(user)_ + ## Proposed changes - _Describe how your changes here address the issue and why the proposed changes - should be accepted._ + ## Checklist - _Put an `x` in the boxes that apply. You can also fill these out after creating + -- [ ] All tests pass. Code tested on + +- [ ] All tests pass (`make test` and `make test_install` per testing [instructions](https://github.com/ORNL/ReSolve?tab=readme-ov-file#test-and-deploy)). 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 -h` to get instructions how to run examples). Code tested on: - [ ] CPU backend - [ ] CUDA backend - [ ] HIP backend @@ -34,5 +40,5 @@ ## Further comments - _If this is a relatively large or complex change, kick off the discussion by explaining - why you chose the solution you did and what alternatives you considered, etc._ + 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