From 90d5ec5d8df64278b7e9bf05e7fd1bed5d223c63 Mon Sep 17 00:00:00 2001 From: eftychios pnevmatikakis Date: Thu, 22 Aug 2019 10:06:32 -0400 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index f637cc67b..58b2294c8 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -2,11 +2,22 @@ For better support, please use the template below to submit your issue. When you Sometimes errors while running CNMF occur during parallel processing which prevents the log to provide a meaningful error message. Please reproduce your error with setting `dview=None`. -If you need to upgrade CaImAn follow the instructions given in the [wiki](https://github.com/flatironinstitute/CaImAn/wiki/Updating-CaImAn). - -- **Tell us about your operating system (Linux/macOS/Windows), Python version (3.x), working environment (Spyder/Jupyter Notebook/other), and (if applicable) which of the demo scripts you're using for your analysis** - - +If you need to upgrade CaImAn follow the instructions given in the [documentation](https://caiman.readthedocs.io/en/master/Installation.html#upgrading). + +- **Tell us a bit about your setup**: + 1. Operating system (Linux/macOS/Windows): + + 2. Python version (3.x): + + 3. Working environment (Python IDE/Jupyter Notebook/other): + + 4. Which of the demo scripts you're using for your analysis (if applicable): + + 5. CaImAn version*: + + 6. CaImAn installation process (`pip install .`/`pip install -e .`/conda): + +*You can get the CaImAn version by creating a `params` object and then typing `params.data['caiman_version']`. If the field doesn't exist, type N/A and consider upgrading) - **Describe the issue that you are experiencing**