From 7906fb8c52676faffcdd32cd0f138a0c0dc1412a Mon Sep 17 00:00:00 2001 From: Andrea Manica Date: Mon, 5 Aug 2024 11:48:33 +0100 Subject: [PATCH] Update issue templates New issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5b2992f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: dramanica + +--- + + + +Brief description of the problem and what output you expected. + +```r +# insert reprex here (showing both the code and the error/unexpected output) +``` + +```r +# insert the output of `utils::sessionInfo()` +```