Skip to content

Commit ec56fa0

Browse files
authored
Request contributors to tick if AI-gen code has been reviewed (#8922)
1 parent 8f0ebe0 commit ec56fa0

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
## 📝 Summary
22

33
<!--
4-
Provide a concise summary of what this pull request is addressing.
5-
64
If this PR closes any issues, list them here by number (e.g., Closes #123).
5+
6+
Detail the specific changes made in this pull request. Explain the problem addressed and how it was resolved. If applicable, provide before and after comparisons, screenshots, or any relevant details to help reviewers understand the changes easily.
77
-->
88
Closes #
99

10-
## 🔍 Description of Changes
10+
## 📋 Pre-Review Checklist
11+
<!-- These checks need to be completed before a PR is reviewed -->
1112

12-
<!--
13-
Detail the specific changes made in this pull request. Explain the problem addressed and how it was resolved. If applicable, provide before and after comparisons, screenshots, or any relevant details to help reviewers understand the changes easily.
14-
-->
13+
- [ ] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable).
14+
- [ ] Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it.
15+
- [ ] Video or media evidence is provided for any visual changes (optional). <!-- PR is more likely to be merged if evidence is provided for changes made -->
1516

16-
## 📋 Checklist
17+
## ✅ Merge Checklist
1718

1819
- [ ] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
19-
- [ ] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable).
20-
- [ ] Tests have been added for the changes made.
2120
- [ ] Documentation has been updated where applicable, including docstrings for API changes.
22-
- [ ] Pull request title is a good summary of the changes - it will be used in the [release notes](https://github.com/marimo-team/marimo/releases).
21+
- [ ] Tests have been added for the changes made.

0 commit comments

Comments
 (0)