Skip to content

Commit 52ba2ff

Browse files
authored
Update pull_request_template.md
1 parent c296bf1 commit 52ba2ff

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Insert the issue number and appropriate closing keyword. If using another keyword, change the default 'Closes' keyword -->
1+
<!-- Link to the issue and use the appropriate closing keyword (e.g., Closes, Resolves) -->
22
Closes #
33

44
<!-- Please provide a brief overview of the changes implemented -->
@@ -10,13 +10,17 @@ Closes #
1010
- [ ] Added Documentation
1111
- [ ] Added Unit Tests
1212

13-
<!-- Please check the boxes after testing -->
13+
<!-- Ensure all boxes are checked before submitting the PR -->
1414
#### Testing (Mandatory for all changes)
15-
- [ ] Tested for GPU (test-medium-connected.xml)
16-
- [ ] Tested for GPU (test-long-connected.xml)
15+
- [ ] GPU Test: `test-medium-connected.xml` Passed
16+
- [ ] GPU Test: `test-large-long.xml` Passed
1717

1818
<!--
19-
Please assign the PR to yourself and add the appropriate label.
20-
Please add the reviewer after all the actions are passed successfully.
19+
PR Guidelines
20+
1. Ensure that your changes are merged into the `development` branch. Only merge into the `master` branch if explicitly instructed.
21+
- On GitHub, at the top of the PR page, change the base branch from `master` to `development`.
22+
2. Assign the PR to yourself and apply the appropriate labels.
23+
3. Only add a reviewer after submitting the PR and confirming that all GitHub Actions have passed.
24+
2125
Thank you for your contribution!
2226
-->

0 commit comments

Comments
 (0)