summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordoug tangren <d.tangren@gmail.com>2018-10-03 11:25:12 -0400
committerGitHub <noreply@github.com>2018-10-03 11:25:12 -0400
commit832ad4bbb590260438f331815e17f203b3be4eaf (patch)
tree27835f469fee1a54e7957fc43870bff2f0f5620c /.github
parenta69c00a69e00293cff6aec59006c94d8cc1cf2a9 (diff)
parent350b90dd4b81aef05065d0775c49b33fd5cc7e87 (diff)
Merge pull request #104 from softprops/issue_templates
try issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md11
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md8
2 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..3734885
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,11 @@
+---
+name: Bug report
+about: Create a report to help us improve
+---
+
+<!-- Please search existing issues to avoid creating duplicates. -->
+
+<!-- Use Help > Report Issue to prefill these. -->
+- Crate version:
+- OS:
+- Output of running `docker version` on the command line:
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..2648deb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,8 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+---
+
+<!-- Please search existing issues to avoid creating duplicates. -->
+
+<!-- Describe the feature you'd like. --> \ No newline at end of file