Skip to content

Commit 9069401

Browse files
authored
chore: add pull_request_template.md (#1041)
Signed-off-by: behnazh-w <[email protected]>
1 parent f335ec0 commit 9069401

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/pull_request_template.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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)
3+
4+
-->
5+
6+
- [ ] I have reviewed the [contribution guide](../CONTRIBUTING.md).
7+
- [ ] My PR title and commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) convention.
8+
- [ ] My commits include the "Signed-off-by" line.
9+
- [ ] 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.
10+
- [ ] I have selected `staging` as the base branch for my PR.
11+
- [ ] I have updated the relevant documentation, if applicable.
12+
- [ ] I have tested my changes and verified they work as expected.
13+
- [ ] I have referenced the issue(s) this pull request solves.

0 commit comments

Comments
 (0)