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: CONTRIBUTING.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to the `scipy-release` repository
1
+
# Contributing to the `matplotlib-release` repository
2
2
3
3
This repository has fairly strict contribution rules for security and
4
4
auditability reasons, as explained in the README. PRs with improvements or bug
@@ -25,7 +25,7 @@ To get CI to run on your own fork for changes in a branch named
25
25
```
26
26
If you title the commit, e.g., `DEBUG: run on fork`, it's easy to drop the
27
27
commit again once you're done testing and before opening a PR to the
28
-
`scipy/scipy-release` repository.
28
+
`matplotlib/matplotlib-release` repository.
29
29
30
30
Note that this will run *a lot of jobs*. If you're doing iterative testing,
31
31
it's recommended to only select the platform(s) you're interested in like this:
@@ -64,14 +64,3 @@ it's recommended to only select the platform(s) you're interested in like this:
64
64
# Don't build PyPy 32-bit windows
65
65
- buildplat: [windows-2022, win32, ""]
66
66
```
67
-
68
-
69
-
## Commit messages and linear history
70
-
71
-
Please use the same [commit message format as for the main `scipy` repository](https://numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message).
72
-
73
-
This repository requires linear history. It's preferred that contributors edit
74
-
their commit history so the PRs they submit contain clean, independent commits.
75
-
Note that each commit should be able to pass CI - if one commit depends on
76
-
another, they should be merged. Maintainers may decide to squash-merge if those
0 commit comments