From 612fdf0f802834693e30f8e4fbd4a56d0e7ba4da Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Wed, 30 Dec 2020 08:27:57 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..43973e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Something is broken in the package +title: '' +labels: '' +assignees: '' + +--- + +## Description + +A clear and concise description of what the bug is. + +## Steps to Reproduce + +Please describe how can the developers reproduce the problem in their own computers. Code snippets and sample input files are specially helpful. For example: + +1. Install the package +2. Run the code below with the attached input file... +3. The following error appears... + +## System Information + - Operating System: [e.g. Ubuntu 20.04] + - Julia version: [e.g. 1.4] + - Package version: [e.g. 0.0.1]