draft initial CONTRIBUTING guide (#567)

This guide was adopted from the node.js project.
This commit is contained in:
Carl Lerche
2018-08-24 13:03:34 -07:00
committed by GitHub
parent 2e88e29fe9
commit 7dc6404726
4 changed files with 380 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.
Bug fixes and new features should include tests.
Contributors guide: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md
-->
## Motivation
<!--
Explain the context and why you're making that change. What is the problem
you're trying to solve? In some cases there is not a problem and this can be
thought of as being the motivation for your change.
-->
## Solution
<!--
Summarize the solution and provide any necessary context needed to understand
the code change.
-->