From 9cac2716f7196fc915c4cac3b2c34aa2183182d9 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Fri, 19 Feb 2016 14:35:43 -0500 Subject: [PATCH] Add tempates for new issues and pull requests. Signed-off-by: David Calavera --- .github/ISSUE_TEMPLATE.md | 51 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..c347950212 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,51 @@ + + +Output of `docker version`: + +``` +(paste your output here) +``` + + +Output of `docker info`: + +``` +(paste your output here) +``` + +Provide additional environment details (AWS, VirtualBox, physical, etc.): + + + +List the steps to reproduce the issue: +1. +2. +3. + + +Describe the results you received: + + +Describe the results you expected: + + +Provide additional info you think is important: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..fee0c7864c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +Please provide the following information: + +- What did you do? + +- How did you do it? + +- How do I see it or verify it? + +- A picture of a cute animal (not mandatory but encouraged) +