Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 681 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (20 loc) · 681 Bytes

Contributing

Enhancements or fixes are welcome

Issues

Check if a ticket for your issue already exists in GitHub issues. If you don't find a ticket submit a new one.

Pull Requests

  1. Fork the repo
  2. Make your changes.
  3. Commit and push to your fork.
    1. Extra credit if you squash your commits first.
  4. Submit a pull request.

Style

  • Your code should pass golint.
  • Follow the existing conventions.

Tests

  • If you add any functionality be sure to also add a test for it.
  • All regressions need to pass before your pull can be accepted

License

By contributing to protoc-gen-lint you agree that your contributions will be licensed under its MIT license.