Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
## Description

_Please describe the issue that is addressed (bug, new feature,
<!-- Please describe the issue that is addressed (bug, new feature,
documentation, enhancement, etc.). Please also include relevant motivation and
context. List any dependencies that are required for this change._
context. List any dependencies that are required for this change.-->

_Closes # (issue)_
<!-- List issues this PR is closing, e.g. Closes #101 -->

_Mentions @(user)_
<!-- Mention users/developers who may have interest in this PR, e.g. @supewhiskars -->


## Proposed changes

_Describe how your changes here address the issue and why the proposed changes
should be accepted._
<!-- 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
<!-- Put an `x` in the boxes that apply. You can also fill these out after creating
the PR. If you're unsure about any of them, don't hesitate to ask. We're here
to help! This is simply a reminder of what we are going to look for before
merging your code._
merging your code. -->

- [ ] 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/<your_example>.exe -h` to get instructions how to run examples). Code tested on:
- [ ] CPU backend
- [ ] CUDA backend
- [ ] HIP backend
Expand All @@ -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._
<!-- 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. -->
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading