From 5c584332a94fd3327ed0dbd4d3796241456c857b Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Sat, 9 Mar 2024 05:00:07 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..d48c222 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: 'Report an issue or seek help ' +title: '' +labels: '' +assignees: '' + +--- + +**Please be as descriptive as possible about your issue and provide all the information below. If you encounter an error provide full traceback or the _Entire_ error message etc. and screenshots.** Assistance is provided by the maintainers on a voluntary basis. + +**Screenshots** +**Please include screenshots that describe the issue**. + +**Hardware and environment (please complete the following information):** + - OS: [e.g. Windows 11, Ubuntu 22.04] + - mesmerize-core version and how you installed it + - caiman version +- Hardware description, RAM, CPU, GPU, etc. + +**Additional context** +Add any other context about the problem here.