Skip to content

Commit 5795871

Browse files
Add GitHub pull request template (#1581)
Co-authored-by: William Easton <[email protected]> Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
1 parent b39b410 commit 5795871

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
<!--
3+
Please provide a clear and concise description of the changes made in this pull request.
4+
5+
Using AI to generate code? Please include a note in the description with which AI tool you used.
6+
-->
7+
8+
**Contributors Checklist**
9+
<!--
10+
NOTE:
11+
1. You must create an issue in the repository before making a Pull Request.
12+
2. You must not create a Pull Request for an issue that is already assigned to someone else.
13+
14+
If you do not follow these steps, your Pull Request will be closed without review.
15+
-->
16+
17+
- [ ] My change is related to issue #(issue number)
18+
- [ ] I have followed the repository's development workflow
19+
- [ ] I have tested my changes manually and by adding relevant tests
20+
- [ ] I have performed all required documentation updates
21+
22+
**Review Checklist**
23+
<!-- Your Pull Request will not be reviewed if tests are failing, you have not self-reviewed your changes, or you have not checked all of the following: -->
24+
25+
- [ ] I have self-reviewed my changes
26+
- [ ] My Pull Request is ready for review
27+
28+
---

0 commit comments

Comments
 (0)