-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Add closure guidelines #15261
Add closure guidelines #15261
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 0148288 https://deploy-preview-15261--kubernetes-io-master-staging.netlify.com |
|
||
Don't be afraid to close pull requests. Contributors can easily reopen and resume works in progress. Oftentimes a closure notice is what spurs an author to resume and finish their contribution. | ||
|
||
To close a pull request, leave a `/close` comment on the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case that we need the PR can we become a co-author for the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case that we need the PR can we become a co-author for the PR?
If you're asking whether or not you can "take over" the PR by pulling the commit locally, working on it, and pushing up a different PR, the answer is yes, of course, but it is best to coordinate with the original author to ensure they have actually abandoned their efforts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@irvifa Sure. Would you agree, though, that co-authoring is out of scope for this particular PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I agree for that. Thanks 🙁 Another case if we can't really ping the previous author what can be done?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@irvifa In that case cherry-picking seems like a reasonable choice. You can always /reopen
the PR to continue as a coauthor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside In a couple of cases I have adopted commits from another author's PR (and communicated about this). I definitely wouldn't adopt commits from an author who had not yet signed the CLA, because the subsequent pull request would be on shaky ground in terms of licensing.
Should we mention lifecycle/rotten, too? |
Sure, I'll add a reference. |
/lgtm from me |
@cody-clark If you're happy with this, could I please get an |
/lgtm |
To close a pull request, leave a `/close` comment on the PR. | ||
|
||
{{ <note> }} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @zacharysarah.
nit: The note
shortcode should get corrected:
{{< note >}}
{{< /note >}}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kbhawkey Thanks! Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kbhawkey 👋 If this looks good to you, please feel free to LGTM/approve. 🙇
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kbhawkey Remember you can /approve
now, too. 😄
Add close command Add a note about fejta-bot Feedback from kbhawkey
4613193
to
0148288
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR adds guidelines for PR wranglers on when to close PRs.
/sig docs
/assign @cody-clark