OpenMSCP
  • Welcome
    • Introduction
    • OpenMSCP
  • Tokenomics
  • OpenMSCP SDK
    • About
    • Prerequisities & Installation
    • Quick Start
    • SDK Core
      • Profiles
      • Posts
      • Messaging
    • Contributing
  • MSCP Social
    • What is MSCP Social?
    • Registration
    • Features
Powered by GitBook
On this page
  • Contributing
  • License
  1. OpenMSCP SDK

Contributing

PreviousMessagingNextWhat is MSCP Social?

Last updated 1 month ago

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 for more details.

LICENSE