-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix #18 #23
fix #18 #23
Conversation
So we don't want to do PR reviews anymore? |
my bad, sorry What should we do before merging each PR? For example, is at least 2 reviews required? |
Yes, it's possible to define branch protection rules in GitHub and I think we definitely should, @bhoov. Even for small changes, it's worth to have another pair of eyes look over code. Maybe something like at least one review required? Or if you want to look over every PR then you can also define that at least one review is required from the author. |
Last night i made you both "collaborators" on this repo when I realized I could not request either of you to be "reviewers" on my own PR. Also, between my job, school, and an 18 month old I'm barely keeping up with both of your paces of development 🙈. I am happy with a rule that says we need at least 1 other reviewer for each PR. I do not need to be that reviewer, but I will try to monitor all PRs in these early stages of development. Additionally, what do you think of the following plan:
|
Yeah, totally understandable. In the long-term I will also not be able to keep up this pace, this is probably just in the beginning phase until we reach a point that is somewhat stable. And even for now, I'm in uni and each week might be different with regards to how much time I can spare for a bit of development on the side. I mean, no ones pays us to do this ;)
I like the plan of having separate branches. Just out of convention in other projects, what do you think about using a Then, from time to time we can do a
Note that at MaMpf, I've also aggregated some conventions that we use for Git in a wiki entry. E.g. it also includes the convention for commit messages (which I use for PR titles as well, e.g. capitalize the start, not too long, in imperative form). |
Also note that with us being collaborators now, @VladimirFokow, we can directly create branches on this repo (such that I don't have to add remote repos/forks to my |
integrates the @mitkonikov's solution, in issue #18