From afeae6a91c460ad54acfb226f8ae91afe04d17e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Tue, 13 Sep 2022 12:23:44 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 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..1f319df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +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. + +**To Reproduce** +Steps to reproduce the behavior: + +**For issues with the Jupyter book** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**For issues with the package** + +1. Add the version of the package (`python3 -c "import mypackage; print(mypackage.__version__)"`) +2. Add name of demo/test that is failing +3. Show all input and how the demo/test is executed +4. Add full error log. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Operating system:** + - OS: [e.g. Mac, Windows, Linux] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.