Thank you for contributing to the Masa Improvement Proposals. Please follow these guidelines to ensure a smooth process.
- Fork the repository.
- Create a new branch:
git checkout -b mip-your-topic
. - Copy the MIP Template to
MIP/mip-draft-your-title.md
. - Fill out the template with your proposal.
- Commit your changes:
git commit -am 'mip: draft of my proposal'
. - Push to your branch:
git push origin mip-your-topic
. - Open a Pull Request (PR) to the main repository.
- Use clear and concise language.
- Follow the structure outlined in the MIP template.
- Ensure all sections are completed.
- Engage with reviewers in the PR comments.
- Be open to constructive criticism.
- Address feedback by updating your proposal.
- Use Conventional Commits:
- Example:
mip: add proposal for new feature
- Example:
By contributing, you agree that your submissions are licensed under the [Insert License].