From 5f648e5097de7f84fcded39fc649c2c35a1972cc Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Tue, 20 Nov 2018 15:47:08 +0100 Subject: [PATCH] Add a line about `check_satpy` in the issue-reporting template --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c07022531b..b3ddad0307 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,8 @@ If applicable, add screenshots to help explain your problem. **Environment Info:** - OS: [e.g. OSX, Windows, Linux] - SatPy Version: [e.g. 0.9.0] - - PyResample Version: + - PyResample Version: + - Readers and writers dependencies (when relevant): [run `from satpy.config import check_satpy; check_satpy()`] **Additional context** Add any other context about the problem here.