Skip to content

Commit f277456

Browse files
sbryngelsonclaude
andcommitted
Streamline PR template: remove CI-redundant checks, fix URL
- Remove "tests pass locally" checklist item (CI enforces this) - Remove compiler checklist items from GPU section (CI tests these) - Remove "Consider" profiling/scaling lines (noise for most PRs) - Narrow GPU section trigger to src/simulation/ (only GPU-accelerated target) - Simplify testing prompt to open-ended question - Fix developer guide URL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 50d372a commit f277456

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/pull_request_template.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,19 @@ Fixes #(issue)
1414

1515
## Testing
1616

17-
Describe how you tested your changes. List the compilers and platforms you used.
17+
How did you test your changes?
1818

1919
## Checklist
2020

21-
- [ ] New and existing tests pass locally (`./mfc.sh test`)
2221
- [ ] I added or updated tests for new behavior
2322
- [ ] I updated documentation if user-facing behavior changed
2423

25-
See the [developer guide](https://mflowcode.github.io/documentation/md_contributing.html) for full coding standards.
24+
See the [developer guide](https://mflowcode.github.io/documentation/contributing.html) for full coding standards.
2625

2726
<details>
28-
<summary><strong>GPU changes</strong> (expand if you modified code in <code>src/</code>)</summary>
27+
<summary><strong>GPU changes</strong> (expand if you modified <code>src/simulation/</code>)</summary>
2928

30-
- [ ] Code compiles with NVHPC (nvfortran)
31-
- [ ] Code compiles with Cray (ftn)
3229
- [ ] GPU results match CPU results
33-
- [ ] Tested on NVIDIA GPU (V100/A100/H100) or AMD GPU (MI200+)
34-
- [ ] Consider attaching an Nsight Systems or rocprof-systems profile if performance-sensitive
35-
- [ ] Consider testing with multiple GPUs (e.g. 1, 2, 8) to verify scaling
30+
- [ ] Tested on NVIDIA GPU or AMD GPU
3631

3732
</details>

0 commit comments

Comments
 (0)