summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2018-08-24 13:03:34 -0700
committerGitHub <noreply@github.com>2018-08-24 13:03:34 -0700
commit7dc6404726633474f8c8a03502a6a06250c9c916 (patch)
tree5f426d730c25c50c5db69bd6586366aa1785e13b /.github/PULL_REQUEST_TEMPLATE.md
parent2e88e29fe923828ad1f6b5ea15beda0fcb219a01 (diff)
draft initial CONTRIBUTING guide (#567)
This guide was adopted from the node.js project.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..bbff0233
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -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.
+-->