From 84e1c87d3c79c1939b8103621171a4708575060a Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 18 May 2018 17:20:36 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..50fe52775 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Let us know about a bug! + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Run `vault write ...` +2. Run `vault login....` +3. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment:** +* Vault Server Version (retrieve with `vault status`): +* Vault CLI Version (retrieve with `vault version`): +* Server Operating System/Architecture: + +Vault server configuration file(s): + +```hcl +# Paste your Vault config here. +# Be sure to scrub any sensitive values +``` + +**Additional context** +Add any other context about the problem here.