From f01594005fde9a0ce70bc398a28e2396e52c9f28 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Wed, 26 Apr 2017 13:15:17 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md Summary: close #701 Closes https://github.com/Instagram/IGListKit/pull/702 Reviewed By: rnystrom Differential Revision: D4947884 Pulled By: jessesquires fbshipit-source-id: 597a8fe21bb8870b8260d10e03bab14651279fe5 --- .github/ISSUE_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fc98cb70d..0f9f66beb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,3 +12,10 @@ - Devices/Simulators affected: - Reproducible in the demo project? (Yes/No): - Related issues: + +### Debug information + +```bash +# Please include debug logs using the following lldb command: +po [IGListDebugger dump] +```