Skip to content

Commit ace01fe

Browse files
committed
Removed the creating your own fork part. It has not been followed by
those who have write access to the repo and it is unnecessary for those. It is also implied for those who do not have write access to the repo (i.e., there is no other choice than to create a fork). So long story short, I don't think that part was necessary, enforced, or particularly useful.
1 parent 061a190 commit ace01fe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ details how to contribute in a standardized and efficient manner.
1111
- Ensure that you've opened an Issue on Github and consensus around the
1212
solution has be reached.
1313
- Minor changes (e.g., grammatical fixes) do not require an Issue first.
14-
- [Create your own
15-
fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo).
16-
- When you are starting a new set of changes, [fetch any changes from the
17-
upstream
18-
repo](https://matplotlib.org/stable/devel/gitwash/development_workflow.html#update-the-mirror-of-trunk),
19-
and [start a new feature branch on your fork from
20-
that](https://matplotlib.org/stable/devel/gitwash/development_workflow.html#make-a-new-feature-branch).
2114
- Make a new branch for each separable set of changes — ["one task, one
2215
branch"](https://mail.python.org/pipermail/ipython-dev/2010-October/005632.html).
2316
- [Each commit should make one change](https://dev.to/ruanbrandao/how-to-make-good-git-commits-256k).

0 commit comments

Comments
 (0)