Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1.3 KB

Contributing to Late Binding API Code Generator

Do you have an idea how to improve the Late Binding API Code Generator code? Thanks!

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue or assessing patches and features.

Contributing changes

  1. We use Git Flow. Just click the Git Flow button in Source Tree to enable it in your fork.
  2. You can make small changes right in the web interface. Spot a typo? Fix it! :)
  3. For bigger changes, make a fork on GitHub.
  4. Use git flow feature start or git flow hotfix start to create a branch.
  5. Make your changes. Run and update tests. Do not change version.
  6. Publish your feature or hotfix branch.
  7. Make a pull request.

IMPORTANT: By submitting a patch, you agree to allow the project owners to license your work under the terms of the Microsoft Public License (Ms-PL).

Git Flow

Make sure you are starting with branch develop for new feature and master for bug fix. Git Flow interface in Source Tree will help you with managing feature and hotfix branches.