|
1 | 1 | ## 📝 Summary |
2 | 2 |
|
3 | 3 | <!-- |
4 | | -Provide a concise summary of what this pull request is addressing. |
5 | | -
|
6 | 4 | 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. |
7 | 7 | --> |
8 | 8 | Closes # |
9 | 9 |
|
10 | | -## 🔍 Description of Changes |
| 10 | +## 📋 Pre-Review Checklist |
| 11 | +<!-- These checks need to be completed before a PR is reviewed --> |
11 | 12 |
|
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 --> |
15 | 16 |
|
16 | | -## 📋 Checklist |
| 17 | +## ✅ Merge Checklist |
17 | 18 |
|
18 | 19 | - [ ] 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. |
21 | 20 | - [ ] 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