From f5dd14e4472546a8ffa186d2decb75a5b266f6a7 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Tue, 17 Oct 2023 17:33:02 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 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..2ca59829 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Description** +A clear and concise description of what the bug is. + +**To Reproduce** +A minimal code example to reproduce the bug. If any extra data (e.g. skeletons) are required, please attach the file(s) to the issue. + +```Python +import navis +... +``` + +If the code generates an error please make sure to share the _entire_ traceback. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Your system** +- NAVis version: [e.g. 1.5.0] +- Python version: [e.g. Python 3.10] +- Operating System: [e.g. OSX, Windows or Linux] + +**Additional context** +Add any other context about the problem here.