|
1 | | -<!-- |
2 | | -Thank you so much for your PR! To help us review your contribution, please check |
3 | | -out the development guide https://matplotlib.org/devdocs/devel/index.html |
4 | | ---> |
| 1 | +<!-- Thank you for your contribution! --> |
| 2 | +<!-- 👉 Please check our development guide https://matplotlib.org/devdocs/devel/index.html --> |
| 3 | +<!-- 👉 Tips for pull requests: https://matplotlib.org/devdocs/devel/pr_guide.html#pull-request-guidelines --> |
5 | 4 |
|
6 | 5 | ## PR summary |
7 | | -<!-- Please describe the pull request, using the questions below as guidance, and link to any relevant issues and PRs: |
| 6 | +<!-- ✍️ Describe what issue is resolved and why you chose this solution in your own words (no AI please). --> |
| 7 | +<!-- 👉 Tip: Use "Closes #0000" to link the related issue --> |
8 | 8 |
|
9 | | -- Why is this change necessary? |
10 | | -- What problem does it solve? |
11 | | -- What is the reasoning for this implementation? |
12 | | -
|
13 | | -Additionally, please summarize the changes in the title, for example "Raise ValueError on |
14 | | -non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses |
15 | | -issue #8576". |
16 | | -
|
17 | | -If possible, please provide a minimum self-contained example. |
18 | | ---> |
19 | 9 |
|
20 | 10 | ## AI Disclosure |
21 | | -<!-- Please tell us whether you used AI in writing this PR, and if so briefly describe how. |
22 | | -Read our policy at |
23 | | -https://matplotlib.org/devdocs/devel/contribute.html#use-of-generative-ai |
24 | | ---> |
| 11 | +<!-- ✍️ Describe if and how AI is used. See https://matplotlib.org/devdocs/devel/contribute.html#use-of-generative-ai --> |
25 | 12 |
|
26 | | -## PR checklist |
27 | | -<!-- Please mark any checkboxes that do not apply to this PR as [N/A].--> |
28 | 13 |
|
29 | | -- [ ] "closes #0000" is in the body of the PR description to [link the related issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) |
30 | | -- [ ] new and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html) |
31 | | -- [ ] *Plotting related* features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/document.html#write-examples-and-tutorials) |
32 | | -- [ ] *New Features* and *API Changes* are noted with a [directive and release note](https://matplotlib.org/devdocs/devel/api_changes.html#announce-changes-deprecations-and-new-features) |
33 | | -- [ ] Documentation complies with [general](https://matplotlib.org/devdocs/devel/document.html#write-rest-pages) and [docstring](https://matplotlib.org/devdocs/devel/document.html#write-docstrings) guidelines |
| 14 | +## PR quality check |
| 15 | +<!-- ✍️ Please check the relevant boxes below: "x" to indicate completion, "N/A" if the item is not applicable --> |
34 | 16 |
|
35 | | -<!--We understand that PRs can sometimes be overwhelming, especially as the |
36 | | -reviews start coming in. Please let us know if the reviews are unclear or |
37 | | -the recommended next step seems overly demanding, if you would like help in |
38 | | -addressing a reviewer's comments, or if you have been waiting too long to hear |
39 | | -back on your PR.--> |
| 17 | +- [ ] Use an expressive title, e.g. "Fix title font property precedence" |
| 18 | +- [ ] New and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html) |
| 19 | +- [ ] Plotting related features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/document.html#write-examples-and-tutorials) |
| 20 | +- [ ] New features and API changes have [release notes](https://matplotlib.org/devdocs/devel/api_changes.html#announce-changes-deprecations-and-new-features) |
| 21 | +- [ ] Documentation complies with [general](https://matplotlib.org/devdocs/devel/document.html#write-rest-pages) and [docstring](https://matplotlib.org/devdocs/devel/document.html#write-docstrings) guidelines |
0 commit comments