Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

50 lines (35 loc) · 1.6 KB

Contributing to extractOM

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.

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button at the top right of this repository to create your own copy of the project on GitHub.
  2. Clone Your Fork

    • Clone your forked repository to your local machine using the command:
      git clone https://github.com/hallame/extractOM.git
  3. Create a Branch

    • Create a new branch for your work:
      git checkout -b your-branch-name
  4. Make Your Changes

    • Make your changes or additions to the code. Ensure to test your changes thoroughly before committing.
  5. Commit Your Changes

    • Commit your changes with a clear and descriptive message:
      git add .
      git commit -m "Describe your changes"
  6. Push Your Changes

    • Push your changes to your forked repository:
      git push origin your-branch-name
  7. 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.

Code of Conduct

Please be respectful and considerate in all interactions with other contributors. Follow our Code of Conduct to ensure a positive and productive environment.

Questions?

If you have any questions or need assistance, please open an issue or contact us at [email protected].

Thank you for contributing!