You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
<!--
2
-
Thank you for contributing to NVIDIA Warp! If you haven't yet,
3
-
please read the contributing guidelines in the CONTRIBUTING.md file.
2
+
Thank you for contributing to NVIDIA Warp!
4
3
5
-
Please fill the relevant sections in this PR template.
4
+
See the contribution guide: https://nvidia.github.io/warp/modules/contribution_guide.html
6
5
7
-
Fields in the Checklist section can be marked after you create and save the Pull Request.
6
+
Please fill the relevant sections.
7
+
8
+
Checkboxes can also be marked after you submit the PR.
8
9
-->
9
10
10
11
## Category
@@ -27,15 +28,15 @@ Include any limitations or non-handled areas in the changes.
27
28
-->
28
29
29
30
## Changelog
30
-
<!--The list in this section will be used creating the changelog for the next release.-->
31
+
<!--This will help inform the creation of the changelog for the next release.-->
31
32
32
-
- Add specific line-by-line info of high level changes in this PR.
33
+
- Add specific line-by-line info of user-facing changes in this PR.
33
34
34
35
## Before your PR is "Ready for review"
35
36
36
-
-[ ]Do you agree to the terms under which contributions are accepted as described in Section 9 the Warp [License](https://github.com/NVIDIA/warp/blob/main/LICENSE.md)?
37
-
-[ ] Have you read the [Contributor Guidelines](https://github.com/NVIDIA/warp/blob/main/CONTRIBUTING.md)?
38
-
-[ ]Have you written any new necessary tests?
39
-
-[ ]Have you added or updated any necessary documentation?
40
-
-[ ]Have you added any files modified by compiling Warp and building the documentation to this PR (.e.g. `stubs.py`, `functions.rst`)?
41
-
-[ ]Does your code pass `ruff check` and `ruff format --check`?
37
+
-[ ]All commits are [signed-off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) to indicate that your contribution
38
+
adheres to the [Developer Certificate of Origin](https://developercertificate.org/) requirements
39
+
-[ ]Necessary tests have been added
40
+
-[ ]Documentation is up-to-date
41
+
-[ ]Auto-generated files modified by compiling Warp and building the documentation have been updated (e.g. `stubs.py`, `functions.rst`)
42
+
-[ ]Code passes formatting and linting checks with `pre-commit run -a`
0 commit comments