Skip to content

Commit 6800b57

Browse files
DorukyumArjunShardaLulalaby
authored
Update the pull request template (#1456)
Co-authored-by: Arjun Sharda <[email protected]> Co-authored-by: Lala Sabathil <[email protected]>
1 parent 728f1d1 commit 6800b57

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
<!-- What is this pull request for? Does it fix any issues? -->
44

5-
## Checklist
5+
## Information
66

77
<!-- Put an x inside [ ] to check it, like so: [x] -->
88

9-
- [ ] If code changes were made then they have been tested.
10-
- [ ] I have updated the documentation to reflect the changes.
11-
- [ ] If `type: ignore` comments were used, a comment is also left explaining why
129
- [ ] This PR fixes an issue.
1310
- [ ] This PR adds something new (e.g. new method or parameters).
14-
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
15-
- [ ] This PR is **not** a code change (e.g. documentation, README, typehinting, examples, ...)
11+
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed).
12+
- [ ] This PR is **not** a code change (e.g. documentation, README, typehinting, examples, ...).
13+
14+
## Checklist
15+
16+
<!-- Put an x inside [ ] to check it, like so: [x] -->
17+
18+
- [ ] I have searched the open pull requests for duplicates.
19+
- [ ] If code changes were made then they have been tested.
20+
- [ ] I have updated the documentation to reflect the changes.
21+
- [ ] If `type: ignore` comments were used, a comment is also left explaining why.

0 commit comments

Comments
 (0)