docs: remove references to inaccessible team pages (#21923)
This commit is contained in:
parent
ca81e72975
commit
ae0064d787
1 changed files with 8 additions and 8 deletions
|
@ -221,11 +221,12 @@ seem unfamiliar, refer to this
|
||||||
|
|
||||||
#### Approval and Request Changes Workflow
|
#### Approval and Request Changes Workflow
|
||||||
|
|
||||||
All pull requests require approval from a [Code Owner](https://github.com/orgs/electron/teams/code-owners) of the area you
|
All pull requests require approval from a
|
||||||
modified in order to land. Whenever a maintainer reviews a pull request they
|
[Code Owner](https://github.com/electron/electron/blob/master/.github/CODEOWNERS)
|
||||||
may request changes. These may be small, such as fixing a typo, or may involve
|
of the area you modified in order to land. Whenever a maintainer reviews a pull
|
||||||
substantive changes. Such requests are intended to be helpful, but at times
|
request they may request changes. These may be small, such as fixing a typo, or
|
||||||
may come across as abrupt or unhelpful, especially if they do not include
|
may involve substantive changes. Such requests are intended to be helpful, but
|
||||||
|
at times may come across as abrupt or unhelpful, especially if they do not include
|
||||||
concrete suggestions on *how* to change them.
|
concrete suggestions on *how* to change them.
|
||||||
|
|
||||||
Try not to be discouraged. If you feel that a review is unfair, say so or seek
|
Try not to be discouraged. If you feel that a review is unfair, say so or seek
|
||||||
|
@ -254,7 +255,6 @@ platforms or for so-called "flaky" tests to fail ("be red"). Each CI
|
||||||
failure must be manually inspected to determine the cause.
|
failure must be manually inspected to determine the cause.
|
||||||
|
|
||||||
CI starts automatically when you open a pull request, but only
|
CI starts automatically when you open a pull request, but only
|
||||||
[Releasers](https://github.com/orgs/electron/teams/releasers/members)
|
core maintainers can restart a CI run. If you believe CI is giving a
|
||||||
can restart a CI run. If you believe CI is giving a false negative,
|
false negative, ask a maintainer to restart the tests.
|
||||||
ask a Releaser to restart the tests.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue