Skip to content

Commit 4c70bab

Browse files
authored
Create CONTRIBUTING.md (#9)
1 parent dfe872c commit 4c70bab

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Contributing
2+
Enhancements or fixes are welcome
3+
4+
## Issues
5+
Check if a ticket for your issue already exists in GitHub issues. If you don't
6+
find a ticket submit a new one.
7+
8+
## Pull Requests
9+
1. Fork the repo
10+
1. Make your changes.
11+
1. Commit and push the to your fork.
12+
1. Extra credit if you squash your commits first.
13+
1. Submit a pull request.
14+
15+
### Style
16+
- Your code should pass golint.
17+
- Follow the existing conventions.
18+
19+
### Tests
20+
- If you add any functionality be sure to also add a test for it.
21+
- All regressions need to pass before your pull can be accepted
22+
23+
## License
24+
By contributing to intrange you agree that your contributions will be
25+
licensed under its MIT license.

0 commit comments

Comments
 (0)