Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59f6e2b

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎.github/PULL_REQUEST_TEMPLATE.md‎

Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.