-
Notifications
You must be signed in to change notification settings - Fork 170
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
Proposal: BEP PRs should come from branches on the main repository #203
Comments
for search ease among the branches, the branch should be named after the bep number, e.g. |
@effigies - i think even with the current situation github would allow us (unless the PR tree gets complex), to close a PR and reopen a separate one with exactly the same content, unless the PR originator deletes the project/account. therefore, my suggestion would be we can keep things flowing the normal github way for initial BEPs, since they may come from community. also this will ensure that the BEP can track and be mergeable/updatable to master by the originators. but i don't have a strong inclination either way. |
I also don't have a strong feeling either way, but I don't think it's a terrible idea to make all BEP proposals go through the existing set of contributors. The bar can be set low, but at least someone already involved should be willing to sign off on consideration of a new BEP. Otherwise there's the potential for people to spend time working on PRs that aren't ever going to make it in. We should encourage discussion of potential extensions before anyone starts to put in serious work on them. |
To synthesize the above contributions into an updated process:
There are extreme objections such as "The proposal as written will break consistency", which I might consider allowing at stage 3, forcing a return to drafting outside of GitHub. Or that may be fine to handle at stage 5. To be clear, this is for large BEPs. Smaller things can still use the usual PR process, but the big ones might require multiple rounds of PRs and take a while to finalize, and I think having them in the main repo is good for visibility of discussions. |
In the Derivatives BEP (#109), we've run into the situation where the person proposing the BEP as a PR from their own fork has to step back from engagement, and it's not hard to imagine that this might happen again in the future, for any number of reasons. Beyond that, there are a lot of reasons not to make an individual contributor a bottleneck, not least the burden this places on that contributor to be responsive to debates that they aren't directly involved in. There's also an implication of authority that many moderators wouldn't want to project.
We're moving the Derivatives BEP into a branch, which puts the BEP into the same editorial purview as the specification as a whole, whose rules are a matter of community consensus and gives the BEP leads and @sappelhoff flexibility to do maintenance work, such as resolving merge conflicts, and resolve deadlocks.
I propose that we make this the general rule, and use the following process when a BEP gets to PR stage:
master
with the BEP name or number (getting the attention of someone with the power to make it, if necessary)If people agree, I can formalize this in CONTRIBUTING, if that seems appropriate.
cc @bids-standard/bep_leads
The text was updated successfully, but these errors were encountered: