Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 756 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. Check out a new topic branch from dev.
  3. Make your changes.
  4. Commit and push the topic branch.
    1. Extra credit if you squash your commits first.
  5. Submit a pull request back to dev.

###Style

  • Lint your code with go fmt, go vet, and 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 ec2_snapshot you agree that your contributions will be licensed under its MIT license.