Skip to content

Contribute

How to Contribute

Thank you for your interest in contributing to the Mentor Management System Documentation! We welcome contributions from the community to help improve the documentation and make it more comprehensive.

To contribute, please follow these steps:

  1. Fork the repository on GitHub: [link to repository]
  2. Clone the forked repository to your local machine:

    git clone [https://github.com/Lupleg/mms_docs.git]
    
  3. Create a new branch for your changes:

    git checkout -b [mark_docs]
    
  4. Make your desired changes to the documentation files.

  5. Commit your changes:

    git commit -m "Add your commit message here"
    
  6. Push your changes to your forked repository:

    git push origin [mark_docs]
    
  7. Open a pull request on the original repository.

Our team will review your contribution and merge it if it meets the necessary criteria. Please ensure that your changes adhere to our contribution guidelines before submitting a pull request.

If you have any questions or need further assistance, please feel free to reach out to us.

Happy contributing!