Skip to content

Quick Contribution Guide

inc0der edited this page Sep 19, 2020 · 3 revisions

Quick Contribution Guide

To quickly get started with contributing to our projects, please follow the instruction below.

  1. Fork repository (How to fork)
  2. Create a feature/bug branch from the forked repo. We recommend you prefix the branch with fix- for bugs, typos, etc. Use add- or feature- for enhancements and features but we are not strict about this as long as the PR title makes sense.
  3. Push changes to your forked repo
  4. Start a PR with the original LunaTechsDev repo's master branch as the target. (How to submit PR)
  5. Wait for your changes to be reviewed and discussed.
  6. Upon acceptance, a Squash and Merge is done to complete the PR.

Clone this wiki locally