-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Merged by Bors] - Add "how to adopt pull requests" section #6895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
48aab46
a49850a
d6d0b9d
21f55b7
002c62e
4dd3cb8
1a07dd7
106a8c3
cc9b59e
b4c9de6
8b156ad
a0ca180
96e0ca0
b76a123
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -275,6 +275,14 @@ By giving feedback on this work (and related supporting work), you can help us m | |
| Finally, if nothing brings you more satisfaction than seeing every last issue labeled and all resolved issues closed, feel free to message @cart for a Bevy org role to help us keep things tidy. | ||
| As discussed in [*How we're organized*](#how-were-organized), this role only requires good faith and a basic understanding of our development process. | ||
|
|
||
| ### How to adopt pull requests | ||
|
|
||
| Occasionally authors of pull requests get busy or become unresponsive. This is a natural part of any open source project. To avoid blocking these efforts, these pull requests may be *adopted*, where another contributor creates a new pull request with the same content. If there is an old Pull request without the label that is without updates, comment to the organization whether it is appropriate to add the *[S-Adopt-Me](https://github.com/bevyengine/bevy/labels/S-Adopt-Me)* label, to indicate that it can be *adopted*. | ||
|
||
|
|
||
| With this label added, it's best practice to fork the original author's branch. This ensures that they still get credit for working on it and that the commit history is retained. When the new pull request is ready, it should reference the original PR in the description. Then notify org members to close the original. | ||
|
|
||
| * Example: `Adopted #number-original-pull-request` | ||
oCaioOliveira marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Maintaining code | ||
|
|
||
| Maintainers can merge uncontroversial pull requests that have at least two approvals (or at least one for trivial changes). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.