From 6b18ca46ccfcff295dea409d0a3a83d0b51b5df2 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 30 Jun 2022 10:48:40 +0100 Subject: [PATCH] .github/ISSUE_TEMPLATE/bug_report.md: Add questions Add questions reporters should include the answer of in bug reports about how LISA was installed. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2760e481f..261e6aaac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,9 @@ 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 ?) + * what environment: on your host (what distro/version ?), in a VM, etc * what part of LISA is being used (synthetic tests, WA-related features, etc.) * what kind of target is being used (linux, android, etc.) * what code is being run if that is a custom script using LISA APIs -- GitLab