We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe872c commit 4c70babCopy full SHA for 4c70bab
CONTRIBUTING.md
@@ -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