Thank you for your interest in contributing to extractOM! We appreciate your help in improving the project. Please follow the guidelines below to ensure a smooth contribution process.
-
Fork the Repository
- Click the "Fork" button at the top right of this repository to create your own copy of the project on GitHub.
-
Clone Your Fork
- Clone your forked repository to your local machine using the command:
git clone https://github.com/hallame/extractOM.git
- Clone your forked repository to your local machine using the command:
-
Create a Branch
- Create a new branch for your work:
git checkout -b your-branch-name
- Create a new branch for your work:
-
Make Your Changes
- Make your changes or additions to the code. Ensure to test your changes thoroughly before committing.
-
Commit Your Changes
- Commit your changes with a clear and descriptive message:
git add . git commit -m "Describe your changes"
- Commit your changes with a clear and descriptive message:
-
Push Your Changes
- Push your changes to your forked repository:
git push origin your-branch-name
- Push your changes to your forked repository:
-
Open a Pull Request
- Go to the original repository on GitHub and click "New Pull Request". Select your branch and provide a description of your changes.
Please be respectful and considerate in all interactions with other contributors. Follow our Code of Conduct to ensure a positive and productive environment.
If you have any questions or need assistance, please open an issue or contact us at [email protected].
Thank you for contributing!