-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Discussion] Improving the PR review process for this project #295
Comments
This sounds good! One other thought I had was that it may make sense to explicitly mark sections of text and or code as DRAFT or OUTLINE so that the reviewers can focus on one or a few sections at a time for review. With reference to #246 (just because it is there), this might have taken the form of getting the base code working in a first PR, but leaving the section on collapsing of multimapping for a separate PR. We kind of knew early on that was a section that was going to require discussion, but in retrospect we probably didn't need to delay the rest of the notebook while we mulled it over. |
Related: we might consider reopening #245 so that early drafts are not linked into the site navigation until they are considered done. If we are breaking up review into smaller chunks, then we would not want people to end up going to "unfinished" pages. This will be more of a concern after we go "live", but we may as well think about it now! |
Once this is "live" - would moving to a model where there is a staging branch (#228 (comment)) be better than just not linking in the navbar for development? I feel that "lowering the stakes" by not having something up on GitHub pages until it's ready for release might make it easier to iterate as described throughout and it may not be such a big change if we rely heavily on GHA. (We don't have to decide on this quite yet!) |
I think moving to a Also for items like the survey we will need it to be updated as modules are "live": #277 (comment) This seems like it should have its own issue at this point so we can discuss details and figure out what that looks like before we "go live". |
Now that this info has been added to CONTRIBUTING.md, we can close this issue. |
I am filing this issue to record some improvements that can be made to the PR review process for this project as discussed in a meeting between @jaclyn-taroni and I.
This issue was prompted based on open PR #246, which is a PR that has been open across multiple sprints and now has 100+ comments, which is not ideal for a 2nd reviewer's experience (who may also have high-level comments affecting the structure of what's in the PR which would not be an ideal for anyone involved).
The proposed solution is to follow a PR review structure like the following:
This will hopefully decrease the amount of comments on the PR for an easier review experience, and also address higher-level comments early on in the process for a smoother experience overall.
We want to take a first attempt at this plan for one of the upcoming series of pathway analysis PRs (which will be after wrapping up the ortholog mapping PRs and some other
before-testing
issues), so feel free to leave comments on this issue below with any suggestions or concerns you may have!The text was updated successfully, but these errors were encountered: