From 6cdd42cbe638ac554aada8a6fdca2cb37486a9b1 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Fri, 9 Feb 2024 15:24:40 +0000 Subject: [PATCH] .gitlab: Tweak default issue template --- .gitlab/issue_templates/DEFAULT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab/issue_templates/DEFAULT.md b/.gitlab/issue_templates/DEFAULT.md index 940fedad6..26f5c49a1 100644 --- a/.gitlab/issue_templates/DEFAULT.md +++ b/.gitlab/issue_templates/DEFAULT.md @@ -1,4 +1,5 @@ **Scope** + Ensure that the bug is not due to something installed from ``external/`` folder. See ``external/subtrees.conf`` for the appropriate bug report location @@ -7,9 +8,11 @@ workflow (e.g. from a jupyterlab notebook, an automated CI etc). This will allow us to appropriately advise you on how to proceed. **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: * how LISA was installed: * source of the LISA code: pip (PyPI), github (what sha1 ?) @@ -19,11 +22,13 @@ Steps to reproduce the behavior: * what code is being run if that is a custom script using LISA APIs **Expected behavior/what was the purpose of the experiment** + A clear and concise description of what you expected to happen. Giving the overall purpose of the script you are trying to get to work can help us identify which part of the API you may benefit from much more quickly. **Logs of the error** + info and debug can be found under the artifacts as INFO.log and DEBUG.log. The header of the log is useful as it gives plenty of information on python version and similar things. @@ -31,4 +36,5 @@ version and similar things. sharing before posting* **Additional context** + Add any other context about the problem here. -- GitLab