Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 440 Bytes

Contributing Guidelines

Reporting an issue

  • Create an issue describing the problem.

Submitting a Pull Request

All commits require a DCO sign-off. This is done by committing with the --signoff flag.

  • Create an issue describing the problem and your proposed solution.
  • Wait for feedback from the maintainers.
  • Fork the repo, develop and test your code changes.
  • Submit a pull request.