aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md
blob: 541cf2c54ea1c7b534f2674711b3daf9144401f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
1. Make your changes.
1. Commit and push the to your fork.
    1. Extra credit if you squash your commits first.
1. 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 intrange you agree that your contributions will be
licensed under its MIT license.