Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 633 Bytes

contributing.md

File metadata and controls

18 lines (11 loc) · 633 Bytes

Contributing

First off, thank you for wanting to improve this repository!

Issues

Helpful issues are always welcome! Feel free to use the issues as a way to ask questions and suggest improvements.

Pull Request

The following is a set of guidelines for contributing to this repository. Use your best judgment, and feel free to propose changes to this document in a pull request.

  • Run make audit to tidy dependencies and format, vet, and test all code.
  • Consider using conventionalcommits.org's rules for making meaningful commit messages.