-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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. |