File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,19 @@ An alternative to endless:
714
714
715
715
* [manners](https://github.com/braintree/manners): A polite Go HTTP server that shuts down gracefully.
716
716
717
+ # # Contributing
718
+
719
+ - With issues:
720
+ - Use the search tool before opening a new issue.
721
+ - Please provide source code and commit sha if you found a bug.
722
+ - Review existing issues and provide feedback or react to them.
723
+ - With pull requests:
724
+ - Open your pull request against develop
725
+ - Your pull request should have no more than two commits, if not you should squash them.
726
+ - It should pass all tests in the available continuous integrations systems such as TravisCI.
727
+ - You should add/modify tests to cover your proposed code changes.
728
+ - If your pull request contains a new feature, please document it on the README.
729
+
717
730
# # Example
718
731
719
732
Awesome project lists using [Gin](https://github.com/gin-gonic/gin) web framework.
You can’t perform that action at this time.
0 commit comments