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.
- We use Git Flow. Just click the Git Flow button in Source Tree to enable it in your fork.
- You can make small changes right in the web interface. Spot a typo? Fix it! :)
- For bigger changes, make a fork on GitHub.
- Use
git flow feature start
orgit flow hotfix start
to create a branch. - Make your changes. Run and update tests. Do not change version.
- Publish your feature or hotfix branch.
- 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).
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.