diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2021-08-30 08:02:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 08:02:06 +0200 |
commit | 50937500e1ef4ba9fcb6a300eb713d3941eb1091 (patch) | |
tree | 610daa119cb13b5eacf840dd5036dcb73f220078 /.github | |
parent | 66ffcbc4c59e41327be1a2b5ef65727bf0314aa9 (diff) | |
download | pylint-git-50937500e1ef4ba9fcb6a300eb713d3941eb1091.tar.gz |
Specifies that the pip freeze command should be run and its output pa… (#4928)
* Specifies that the pip freeze command should be run and its output pasted into the bug report
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 64bfbaa16..93386964b 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -101,5 +101,6 @@ body: label: Additional dependencies description: If applicable ie, if we can't reproduce without it placeholder: | + Please copy and paste the result of `pip freeze`. For example: pandas==0.23.2 marshmallow==3.10.0 |