- Create or update your own fork of CadPythonShell under your GitHub account.
- Clone project with command :
git clone https://github.com/chuongmep/CadPythonShell.git --recurse-submodules - Checkout to the
devbranch. - In the dev branch, implement and test you changes specific to the feature.
- Build the project and make sure everything works.
- Create well-documented commits of your changes.
- Submit a pull request to the origin:dev branch.
- Lots of unrelated changes in one commit.
- Modifying files that are not directly related to the feature you implement.