bd-R / bdclean

User-friendly data cleaning pipeline for the inexperienced R user

Home Page:https://bd-r.github.io/bdclean-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require peer review to merge pulls

thiloshon opened this issue · comments

Shall we make it compulsory for a pull request to be reviewed by at least one other, to be able to merge it with master?

Right now I am able to send a PR and then merge it myself which is not good practice. Review will ensure the PR is in the accepted quality and free from any future conflicts.

https://help.github.com/articles/enabling-required-reviews-for-pull-requests/ this explains how to setup the feature.

I think this is good practice to let someone else merge pull request after testing it once.

Added compulsory code review and Issues template.