First off, thank you for considering contributing to CwAPI3D_CSharp.
- Make sure you have a GitHub account
- Submit a ticket for your issue, assuming one does not already exist.
- Clearly describe the issue including steps to reproduce when it is a bug.
- Create a new branch in this repository for your feature or bugfix.
- This is usually based on the master branch.
- To quickly create a feature or bugfix branch based on master;
git checkout -b feature/your_feature_name
orgit checkout -b bugfix/your_bugfix_name
. Please avoid working directly on themaster
branch.
- Make commits of logical units.
- Push your changes to your feature or bugfix branch in this repository.
- Start a pull request to the master branch in the CwAPI3D_CSharp repository.
- The core team looks at Pull Requests on a regular basis.