From f119fb005557dff8449734bcb61641ff7861a4a9 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Thu, 3 Jan 2019 20:54:29 -0600 Subject: [PATCH] Update issue templates (#667) --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..da27856 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Report a bug in OMF +title: '' +labels: '' +assignees: '' + +--- + +Describe the problem you are having and how to reproduce it. Include any other additional context that can help us troubleshoot. + +**Environment report** + +Run the command `omf doctor` and paste the output here. Example: + +``` +Oh My Fish version: 6 +OS type: Linux +Fish version: fish, version 2.7.1 +Git version: git version 2.17.1 +Git core.autocrlf: no +Your shell is ready to swim. +```