Skip to content

Commit 94c7450

Browse files
committed
Update pull_request_template.md
1 parent b91d271 commit 94c7450

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
Please check the boxes below to confirm that you have followed the
77
required guidelines for contributions:
88

9-
- [ ] If this pull request includes code changes, they were all properly tested. Automated tests where also included where possible.
10-
- [ ] This pull request includes the relevant documentation for this change (if applicable).
11-
- [ ] All the commits in this pull request where squashed into a single commit. That commit is [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification).
12-
- [ ] If this pull request is about and existing issue, I added the `Fix #ISSUE_NUMBER` or `Close #ISSUE_NUMBER` text to the description of the pull request.
9+
- [ ] If this pull request includes code changes, they were all properly tested. Automated tests were also included where possible.
10+
- [ ] If applicagle, this pull request includes the relevant documentation for this change.
11+
- [ ] If this pull request is related to an existing issue, you can use the same description below but in any case include a (link)[https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue] like `Fixes #ISSUE_NUMBER.` or `Closese #ISSUE_NUMBER.`.
12+
- [ ] All the commits in this pull request were squashed into a single commit. That commit is [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification).
13+
14+
<!-- prettier-ignore-start -->
15+
<!-- markdownlint-disable-next-line MD041 -->
16+
## Description
17+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)