-
Notifications
You must be signed in to change notification settings - Fork 1
Quick Contribution Guide
inc0der edited this page Sep 19, 2020
·
3 revisions
To quickly get started with contributing to our projects, please follow the instruction below.
- Fork repository (How to fork)
- Create a feature/bug branch from the forked repo. We recommend you prefix the branch with
fix-for bugs, typos, etc. Useadd-orfeature-for enhancements and features but we are not strict about this as long as the PR title makes sense. - Push changes to your forked repo
- Start a PR with the original LunaTechsDev repo's master branch as the target. (How to submit PR)
- Wait for your changes to be reviewed and discussed.
- Upon acceptance, a Squash and Merge is done to complete the PR.