Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59f6e2b

Browse files
authored
Merge pull request #27641 from story645/pr-template
MNT: fix api changes link in PR template
2 parents cd8281b + 6c2c816 commit 59f6e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ out the development guide https://matplotlib.org/devdocs/devel/index.html
77
<!-- Please provide at least 1-2 sentences describing the pull request in detail
88
(Why is this change required? What problem does it solve?) and link to relevant
99
issues and PRs.
10+
1011
Also please summarize the changes in the title, for example "Raise ValueError on
1112
non-numeric input to set_xlim" and avoid non-descriptive titles such as "Addresses
1213
issue #8576".
@@ -19,7 +20,7 @@ issue #8576".
1920
- [ ] "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)
2021
- [ ] new and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html)
2122
- [ ] *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)
2324
- [ ] 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
2425

2526
<!--We understand that PRs can sometimes be overwhelming, especially as the

0 commit comments

Comments
 (0)