- Fork the repository.
- Make your changes.
- Commit your changes:
git commit -am 'Update model for module ...'
. - Push to the branch:
git push origin
. - Submit a pull request.
Before submitting your contribution, please ensure the following:
- Your changes adhere to the project's coding standards.
- You have tested your changes thoroughly.
- Your code is well-documented - README.md.
- You have provided a clear and concise description of your changes in your pull request.
Please specify below the tables that have been added, removed, or modified:
-
Added Tables:
- Table1
- Table2
- ...
-
Removed Tables:
- Table3
- Table4
- ...
-
Modified Tables:
- Table5
- Table6
- ...
Thank you for your contribution!