summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-03-18 14:24:34 -0700
committerIrina Truong <i.chernyavska@gmail.com>2017-03-18 14:24:34 -0700
commitc3cdc338a7747b3e742ae3a6873209e1ee817cc1 (patch)
tree59f83fbb016f246e84074f23a07bc539d8a08966 /.github
parentd32049bfdefe0af6dd49a295e1e24b813f9781d2 (diff)
PR and issue templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md13
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md9
2 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..ad5a3472
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,13 @@
+## Description
+<!--- Describe your problem as fully as you can. -->
+
+## Steps to reproduce
+<!-- What do you do that leads to the problem you're seeing? -->
+
+## Your environment
+<!-- This gives us some more context to work with. -->
+
+- [ ] Please provide your OS and version information.
+- [ ] Please provide your CLI version.
+- [ ] How did you install the CLI (with pip, with Homebrew, directly from master, etc.).
+- [ ] What is the output of ``pip freeze`` command.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..8d498abc
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
+## Description
+<!--- Describe your changes in detail. -->
+
+
+
+## Checklist
+<!--- We appreciate your help and want to give you credit. Please take a moment to put an `x` in the boxes below as you complete them. -->
+- [ ] I've added this contribution to the `changelog.md`.
+- [ ] I've added my name to the `AUTHORS` file (or it's already there).