From df98e14bb7895c2c5e74ecffff052f0dac5bace3 Mon Sep 17 00:00:00 2001 From: Andy Phillips <34277958+andyphillipsgs@users.noreply.github.com> Date: Fri, 10 May 2019 00:08:14 -0400 Subject: [PATCH] Update issue templates (#34) Adding issue template for bug request per discussion on #27 --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 00000000..db4228d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: andyphillipsgs + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior with code example. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Systems setup:** + - OS: [e.g. Windows 10] + - Python version + - GS-Quant version [e.g. 0.7] + +**Additional context** +Add any other context about the problem here.