You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ out the development guide https://matplotlib.org/devdocs/devel/index.html
7
7
<!-- Please provide at least 1-2 sentences describing the pull request in detail
8
8
(Why is this change required? What problem does it solve?) and link to relevant
9
9
issues and PRs.
10
+
10
11
Also please summarize the changes in the title, for example "Raise ValueError on
11
12
non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses
12
13
issue #8576".
@@ -19,7 +20,7 @@ issue #8576".
19
20
-[ ] "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)
20
21
-[ ] new and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html)
21
22
-[ ]*Plotting related* features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/document.html#write-examples-and-tutorials)
22
-
-[ ]*New Features* and *API Changes* are noted with a [directive and release note](https://matplotlib.org/devdocs/devel/coding_guide.html#new-features-and-api-changes)
23
+
-[ ]*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)
23
24
-[ ] 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
24
25
25
26
<!--We understand that PRs can sometimes be overwhelming, especially as the
0 commit comments