Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 1.1 KB

Contribution Guidelines

Thank you for contributing to the Masa Improvement Proposals. Please follow these guidelines to ensure a smooth process.

How to Submit a MIP

  1. Fork the repository.
  2. Create a new branch: git checkout -b mip-your-topic.
  3. Copy the MIP Template to MIP/mip-draft-your-title.md.
  4. Fill out the template with your proposal.
  5. Commit your changes: git commit -am 'mip: draft of my proposal'.
  6. Push to your branch: git push origin mip-your-topic.
  7. Open a Pull Request (PR) to the main repository.

Code Style

  • Use clear and concise language.
  • Follow the structure outlined in the MIP template.
  • Ensure all sections are completed.

Discussion and Feedback

  • Engage with reviewers in the PR comments.
  • Be open to constructive criticism.
  • Address feedback by updating your proposal.

Commit Messages

Licensing

By contributing, you agree that your submissions are licensed under the [Insert License].