| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 15c9208 commit 8b56902
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,15 +131,15 @@ and the objector must remain responsive for further discussion towards | |||
| 131 | 131 | consensus about the direction of the pull request**. Providing a set of | |
| 132 | 132 | actionable steps alongside the objection is recommended. | |
| 133 | 133 | ||
| 134 | - If the objection is not clear to others, another Collaborator may ask an | ||
| 135 | - objecting Collaborator to explain their objection or to provide actionable | ||
| 134 | + If the objection is not clear to others, another collaborator may ask an | ||
| 135 | + objecting collaborator to explain their objection or to provide actionable | ||
| 136 | 136 | steps to resolve the objection. **If the objector is unresponsive for seven | |
| 137 | - days after a collaborator asks for clarification, another Collaborator may | ||
| 137 | + days after a collaborator asks for clarification, another collaborator may | ||
| 138 | 138 | dismiss the objection**. | |
| 139 | 139 | ||
| 140 | 140 | **Pull requests with outstanding objections must remain open until all | |
| 141 | 141 | objections are satisfied**. If reaching consensus is not possible, a | |
| 142 | - Collaborator may escalate the issue to the TSC by pinging `@nodejs/tsc` and | ||
| 142 | + collaborator may escalate the issue to the TSC by pinging `@nodejs/tsc` and | ||
| 143 | 143 | adding the `tsc-agenda` label to the issue. | |
| 144 | 144 | ||
| 145 | 145 | #### Helpful resources | |
@@ -416,7 +416,7 @@ Do this if a pull request or issue: | |||
| 416 | 416 | [TSC][]. Do not use the GitHub UI on the right-hand side to assign to | |
| 417 | 417 | `@nodejs/tsc` or request a review from `@nodejs/tsc`. | |
| 418 | 418 | ||
| 419 | - The TSC should serve as the final arbiter where required. | ||
| 419 | + The TSC serves as the final arbiter where required. | ||
| 420 | 420 | ||
| 421 | 421 | ## Landing Pull Requests | |
| 422 | 422 | ||
@@ -451,7 +451,7 @@ tests. This makes it much easier when bisecting to find a breaking change. | |||
| 451 | 451 | ### Using `git-node` | |
| 452 | 452 | ||
| 453 | 453 | In most cases, using [the `git-node` command][git-node] of [`node-core-utils`][] | |
| 454 | - should be enough to land a pull request. If you discover a problem when using | ||
| 454 | + is enough to land a pull request. If you discover a problem when using | ||
| 455 | 455 | this tool, please file an issue [to the issue tracker][node-core-utils-issues]. | |
| 456 | 456 | ||
| 457 | 457 | Quick example: | |
@@ -621,8 +621,8 @@ Time to push it: | |||
| 621 | 621 | $ git push upstream master | |
| 622 | 622 | ``` | |
| 623 | 623 | ||
| 624 | - Close the pull request with a "Landed in `<commit hash>`" comment. If | ||
| 625 | - your pull request shows the purple merged status then you should still | ||
| 624 | + Close the pull request with a "Landed in `<commit hash>`" comment. Even if | ||
| 625 | + your pull request shows the purple merged status, | ||
| 626 | 626 | add the "Landed in \<commit hash>..\<commit hash>" comment if you added | |
| 627 | 627 | more than one commit. | |
| 628 | 628 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments