From 234388d08449dec0d6ebc7bfb02998e81e8d5044 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Fri, 26 Apr 2024 15:05:25 +0100 Subject: [PATCH] Request stack trace --- .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 8e79f47..d86023b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,8 @@ assignees: '' --- # Describe the bug -A clear and concise description of what the bug is. +A clear and concise description of what the bug is. If an error occurs, please include a **full** stack trace (eg, the output of +`traceback()`, `rlang::last_error()` or similar). # To Reproduce