Skip to content

Commit 63f9ed3

Browse files
authored
Update pull_request_template.md (#437)
## Fixes - Updated PR template ## Checklist <!-- Put an `x` in the boxes. All tasks must be completed and boxes checked before merging. --> - [ ] 🤖 This change is covered by unit tests as required. - [ ] 🤹 All required manual testing has been performed. - [ ] 🛡️ Security impacts have been considered. - [ ] 📖 All documentation updates are complete. - [ ] 🧠 This change does not change third-party dependencies
1 parent 59fb864 commit 63f9ed3

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
## Fixes
22
<!-- List the issue(s) this PR resolves -->
3-
43
-
54

65
## Changes
76
<!-- List the changes this PR introduces -->
8-
97
-
108

119
## Checklist
1210
<!-- Put an `x` in the boxes. All tasks must be completed and boxes checked before merging. -->
13-
14-
- [ ] 🤖 This change is covered by unit tests as required.
15-
- [ ] 🤹 All required manual testing has been performed.
16-
- [ ] 🛡️ Security impacts have been considered.
17-
- [ ] 📖 All documentation updates are complete.
18-
- [ ] 🧠 This change does not change third-party dependencies
11+
- [ ] 🤖 This change is covered by unit tests (if applicable).
12+
- [ ] 🤹 Manual testing has been performed (if necessary).
13+
- [ ] 🛡️ Security impacts have been considered (if relevant).
14+
- [ ] 📖 Documentation updates are complete (if required).
15+
- [ ] 🧠 Documentation updates are complete (if required).

0 commit comments

Comments
 (0)