Skip to content

Commit 3eaa962

Browse files
authored
Add pull request template from CCCL (#550)
1 parent 0cd9c16 commit 3eaa962

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
3+
<!-- Every PR should have a corresponding issue that describes and motivates the work done in the PR -->
4+
closes <!-- Link issue here -->
5+
6+
<!-- Provide a standalone description of changes in this PR. -->
7+
8+
<!-- Note: The pull request title will be included in the CHANGELOG. -->
9+
10+
## Checklist
11+
<!-- TODO: - [ ] I am familiar with the [Contributing Guidelines](). -->
12+
- [ ] New or existing tests cover these changes.
13+
- [ ] The documentation is up to date with these changes.
14+

0 commit comments

Comments
 (0)