CONTRIBUTING.md
April 16, 2024 ยท View on GitHub
Contributins
Contribute to the repository via GitHub Pull Request approach. For this follow the guideline:
-
Fork the repository on GitHub.
-
Clone your forked repository to your local machine:
git clone git@github.com:your-username/odata_api.git cd odata_api -
Create a new branch from for your changes:
git checkout -b my-branch -
Make your desired changes to the codebase.
-
Commit your changes with descriptive commit messages:
git add . git commit -m "Add feature ..." -
Push your changes to your forked repository ''' git push origin my-branch '''
-
Open a pull request.
Note
Before opening a pull request make sure the new branch successfully checks unit tests.