Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 1.06 KB

Contributing

Thank you for your interest in contributing to Millet!

Note that this project has a Code of Conduct. We expect all members of the community (including community leaders) will adhere to this code.

  • Got a general question? Want to discuss the project? Head to the Discord.
  • Found a bug? Have a feature request? File an issue.
    • Before opening a new issue, please search for existing issues, to see if your issue has already been filed.
    • Prefer using one of the existing issue templates.
    • Please follow the prompts in the issue templates to help you fill it out.
    • Note that we reserve the right to reject feature requests.
  • Want to contribute code? Fork the project and open a PR.
    • Necessary local dependencies are described in the README.
    • Your PR must pass CI to be merged.
    • To try locally, run cargo xtask ci.