Closed lalitpagaria closed 3 years ago
@cdpierse While contributing one PR to this awesome repo, I observed that it would be great to have contribution guideline.
Some of possible points can be added to this guide are -
git fetch upstream
dev
git rebase upstream/dev
black
Few observations about CI process -
@lalitpagaria this is definitely a top priority, will hopefully be able to dedicate the weekend to getting a decent and thorough guide out.
@cdpierse While contributing one PR to this awesome repo, I observed that it would be great to have contribution guideline.
Some of possible points can be added to this guide are -
git fetch upstream
)dev
branchdev
branch with upstream (git rebase upstream/dev
)black
formatting on changesFew observations about CI process -