From 690136d0a9b2c3b48d20e38693a2bb0d516eae42 Mon Sep 17 00:00:00 2001 From: Andrew Kaiser Date: Thu, 13 Sep 2018 11:50:17 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 14 ++++++++++++++ 1 file changed, 14 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 0000000..2ca8b25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,14 @@ +--- +name: Bug report +about: Create a report of any problems that occur + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Please add the flag `--verbose` your command and post its output here. Before posting however, **MAKE SURE TO REMOVE ANY SENSITIVE INFORMATION!** This includes any information shown for your saved password accounts (name, username, password, notes, folder, fields, etc.). + +**Expected behavior** +A clear and concise description of what you expected to happen.