Certainly! Here are contribution guidelines that align with the modified MIT License with Modification Distribution Restriction:
Thank you for considering contributing to this project. To ensure a smooth and collaborative development process, please follow these guidelines:
By contributing to this project, you agree that your contributions will be subject to the terms of the MIT License with Modification Distribution Restriction. Please read the License for details.
- Fork the repository to your GitHub account.
- Create a new branch for your changes:
git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bugfix
. - Make your changes in the new branch.
- Test your changes thoroughly to ensure they work as expected.
- Commit your changes:
git commit -m "Your meaningful commit message"
. - Push your branch to your fork:
git push origin feature/your-feature
. - Submit a pull request to the main repository, explaining the purpose and details of your changes.
Before your contributions can be accepted, they must meet the following criteria:
- Licensing: Ensure that your changes comply with the MIT License with Modification Distribution Restriction.
- Code Quality: Follow best practices and maintain high code quality standards.
- Testing: Provide unit tests for your changes, and ensure that existing tests pass.
- Documentation: Update relevant documentation to reflect your changes.
- No Distribution of Modifications: Do not distribute any modifications to the code unless you have received explicit written permission from the original author ([Your Name]).
Please adhere to the project's Code of Conduct during your involvement with this project.
If you have any questions or need further clarification, please contact IsuckAtEverything at [email protected]
Thank you for your contribution!