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

Skip to content

Commit c9b1f98

Browse files
authored
CONTRIBUTING.md: core developer --> maintainer (#5157)
* CONTRIBUTING.md: core developer --> maintainer
1 parent 1906b98 commit c9b1f98

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ you if you've contributed to other projects on GitHub. For the
6262
mechanics, see [Mypy's git and GitHub workflow help page](https://github.com/python/mypy/wiki/Using-Git-And-GitHub),
6363
or [GitHub's own documentation](https://help.github.com/articles/using-pull-requests/).
6464

65-
Anyone interested in type stubs may review your code. One of the core
66-
developers will merge your pull request when they think it's ready.
65+
Anyone interested in type stubs may review your code. One of the
66+
maintainers will merge your pull request when they think it's ready.
6767
For every pull request, we aim to promptly either merge it or say why
6868
it's not yet ready; if you go a few days without a reply, please feel
6969
free to ping the thread by adding a new comment.
@@ -77,7 +77,7 @@ you are changing.
7777
Also, do not squash your commits after you have submitted a pull request, as this
7878
erases context during review. We will squash commits when the pull request is merged.
7979

80-
At present the core developers are (alphabetically):
80+
At present the maintainers are (alphabetically):
8181
* Aku Viljanen (@Akuli)
8282
* David Fisher (@ddfisher)
8383
* Łukasz Langa (@ambv)
@@ -92,7 +92,7 @@ At present the core developers are (alphabetically):
9292
* Jelle Zijlstra (@JelleZijlstra)
9393

9494
NOTE: the process for preparing and submitting changes also applies to
95-
core developers. This ensures high quality contributions and keeps
95+
maintainers. This ensures high quality contributions and keeps
9696
everybody on the same page. Avoid direct pushes to the repository.
9797

9898

@@ -384,13 +384,13 @@ addressed. We indicate this by editing the subject to add a ``[WIP]``
384384
prefix. (This should be removed before committing the issue once
385385
unblocked!)
386386

387-
### Core developer guidelines
387+
### Maintainer guidelines
388388

389-
Core developers should follow these rules when processing pull requests:
389+
Maintainers should follow these rules when processing pull requests:
390390

391391
* Always wait for tests to pass before merging PRs.
392392
* Use "[Squash and merge](https://github.com/blog/2141-squash-your-commits)" to merge PRs.
393-
* Delete branches for merged PRs (by core devs pushing to the main repo).
393+
* Delete branches for merged PRs (by maintainers pushing to the main repo).
394394
* Make sure commit messages to master are meaningful. For example, remove irrelevant
395395
intermediate commit messages.
396396
* If stubs for a new library are submitted, notify the library's maintainers.

0 commit comments

Comments
 (0)