DCR - Contributing Guide
1. License
In case of software changes we strongly recommend you to respect the license terms.
2. Process
- fork it
- create your feature branch (
git checkout -b my-new-feature) - commit your changes (
git commit -am 'Add some feature') - push to the branch (
git push origin my-new-feature) - create a new pull request
- Action points to be considered when adding a new database driver and / or a new programming language:
- README.md
- Release-Notes.md