Skip to content

Commit 8b592de

Browse files
authored
chore: improve the PR template (#1051)
Signed-off-by: behnazh-w <[email protected]>
1 parent d1acab5 commit 8b592de

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
## Checklist
2-
<!-- Go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)
1+
## Summary
2+
<!-- Briefly summarize the purpose and scope of this PR. -->
3+
4+
## Description of changes
5+
<!-- Provide a detailed explanation of the changes made in this PR, why they were needed, and how they address the issue(s). -->
36

4-
-->
7+
## Related issues
8+
<!-- List any related issue(s) this PR addresses, e.g., `Closes #123`, `Fixes #456`. -->
9+
10+
## Checklist
11+
<!-- Go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once) -->
512

613
- [ ] I have reviewed the [contribution guide](../CONTRIBUTING.md).
714
- [ ] My PR title and commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) convention.
815
- [ ] My commits include the "Signed-off-by" line.
916
- [ ] I have signed my commits following the instructions provided by [GitHub](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Note that we run [GitHub's commit verification](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) tool to check the commit signatures. A green `verified` label should appear next to **all** of your commits on GitHub.
1017
- [ ] I have updated the relevant documentation, if applicable.
1118
- [ ] I have tested my changes and verified they work as expected.
12-
- [ ] I have referenced the issue(s) this pull request solves.

0 commit comments

Comments
 (0)