summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-10-03 11:20:59 -0400
committersoftprops <d.tangren@gmail.com>2018-10-03 11:20:59 -0400
commit566ee736ec940b7af9e6948c7e7df583edf52239 (patch)
treef67ef2610f3f83deb9a3cfbd6b13a03b1ab4fcb1 /.github
parenta69c00a69e00293cff6aec59006c94d8cc1cf2a9 (diff)
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..0f528e9
--- /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 docker version:
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