From 31930926314011d25ee0836bc690d37f9d3d360f Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Tue, 11 Feb 2020 09:36:01 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..4b03c4e9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Command line arguments**: Command line arguments passed to CVC4 if applicable +**CVC4 version/commit**: Paste CVC4 version/commit here. +**Operating system**: Name/version of the operating system. + +**`configure.sh` options** +Paste `configure.sh` here. + +**`configure.sh` output** +Paste the output of `configure.sh` here. -- 2.30.2