CONTRIBUTING.md

April 16, 2024 ยท View on GitHub

Contributins

Contribute to the repository via GitHub Pull Request approach. For this follow the guideline:

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine:

    git clone git@github.com:your-username/odata_api.git
    cd odata_api
    
  3. Create a new branch from for your changes:

    git checkout -b my-branch
    
  4. Make your desired changes to the codebase.

  5. Commit your changes with descriptive commit messages:

    git add .
    git commit -m "Add feature ..."
    
  6. Push your changes to your forked repository ''' git push origin my-branch '''

  7. Open a pull request.

Note

Before opening a pull request make sure the new branch successfully checks unit tests.