From e7fdcfbef1fe10682d3eeb3916c05b40e68cc831 Mon Sep 17 00:00:00 2001 From: "NWChem: Open Source High-Performance Computational Chemistry" <33767317+nwchemgit@users.noreply.github.com> Date: Wed, 13 May 2020 11:59:15 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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 0000000000..e7f17cc140 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve NWChem +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Describe settings used** +Report all the environment variables used. +Report what operating system and distribution you are using. + +**Attach log files** +Attach as many log files as possible. +* stdout/stderr of the NWChem execution +* complete makefile log +* $NWCHEM_TOP/src/tools/build/config.log +* $NWCHEM_TOP/src/tools/build/comex/config.log +* debugging stack + +**To Reproduce** +1. Steps to reproduce the behavior: +2. Attach all the input files required to run. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.