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:
Fork the repository.
Create a new branch (
git checkout -b feature-name
).Commit your changes (
git commit -am 'Add new feature'
).Push to the branch (
git push origin feature-name
).Submit a pull request.
License
OpenMSCP is licensed under the MIT License. See the LICENSE for more details.
Last updated