Contributing

Contributing

We welcome contributions to the OpenMSCP project! If you have a feature idea, bug fix, or improvement, feel free to fork the repo and submit a pull request.

Steps for contributing:

  1. Fork the repository.

  2. Create a new branch (git checkout -b feature-name).

  3. Commit your changes (git commit -am 'Add new feature').

  4. Push to the branch (git push origin feature-name).

  5. Submit a pull request.

License

OpenMSCP is licensed under the MIT License. See the LICENSE for more details.

Last updated