Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f90cc43

Browse files
Add contribution guide
1 parent 2dae550 commit f90cc43

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,19 @@ An alternative to endless:
714714
715715
* [manners](https://github.com/braintree/manners): A polite Go HTTP server that shuts down gracefully.
716716
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+
717730
## Example
718731
719732
Awesome project lists using [Gin](https://github.com/gin-gonic/gin) web framework.

0 commit comments

Comments
 (0)