Skip to content

Commit baa50c5

Browse files
committed
Change of the PULL_REQUEST_TEMPLATE.md to improve PR structure
1 parent 3d50a67 commit baa50c5

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
## Description
2-
Provide a brief description of the PR's purpose here.
1+
### Summary
2+
<!-- Provide a brief description of the PR's purpose here. -->
33

4-
## Todos
5-
Notable points that this PR has either accomplished or will accomplish.
6-
- [ ] TODO 1
4+
### Changes
5+
<!-- List all the changes introduced in this PR. -->
6+
Change 1 <!-- Rename Change 1 to reflect change title -->:
7+
- <!-- Bullet point the changes in update 1. -->
8+
-
79

8-
## Questions
9-
- [ ] Question1
10+
Change 2 <!-- Rename Change 2 to reflect change title -->:
11+
- <!-- Bullet point the changes in update 2. -->
12+
-
1013

11-
## Status
12-
- [ ] Ready to go
14+
Change 3 <!-- Rename Change 3 to reflect change title -->:
15+
- <!-- Bullet point the changes in update 3. -->
16+
-
17+
18+
### Impact
19+
- <!-- Bullet point the expected impact this PR will have on the codebase. -->
20+
-

0 commit comments

Comments
 (0)