👍🎉 First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to cadCAD. Use your best judgment, and feel free to propose changes to this document in a pull request.
Pull Request (PR) presented as "->".
General Template:
user/branch -> BlockScience/staging
Contributing a new feature:
user/feature -> BlockScience/staging
Contributing to an existing feature:
user/feature -> BlockScience/feature
git pull fork staging
git checkout -b feature
(new feature)- Apply your awesomeness! (Commit Often)
git push fork feature
- Apply a merge strategy you're comfortable with.
- Submit PR from
user:staging
intoBlockScience:staging
- PR is queued for review
- PR Reviewed (Update necessary if rejected)
- PR Approved (There may be circumstances delaying the merge.)
- Your contribution merged into next feature release on
BlockScience:master
Thanks! ❤️