Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.75 KB

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 1.75 KB

Contributing to Minder

Thank you for considering contributing to the Minder rules library! We welcome contributions from the community and are excited to work with you.

How to Contribute

Minder rules need to pass the mindev linter. Updates to existing rules also need to pass an upgrade test which ensures compatibility between old instances of the rules and the new rules.

In general, both rule types and profiles should aim to "do one thing well" -- for example, rather than creating a rule which checks that all the files in a repo follow best practices, create one rule type for each best practice. This has several benefits:

  • It's easier for users to select which rules are important to them
  • When reporting on rule status, it's easier to determine which guidelines are mostly-followed vs more difficult to achieve
  • It can simplify debugging for future rule writers.

Frequent contributors who are interested in membership in the Minder organization and approval privileges should check out the committer ladder and expectations in the community repo.

Code of Conduct

Please adhere to the Minder Code of Conduct in all your interactions with the project.

Reporting Issues

If you encounter any issues, please report them in the issue tracker. Provide as much detail as possible to help us resolve the issue quickly.

Chat / Questions

If you have questions, feel free to reach out on the #minder channel on OpenSSF Slack.

Thank you for your contributions!