From 602d42d150a0b1e0895c36b9c6c8c2f56402e116 Mon Sep 17 00:00:00 2001 From: David Hugh-Jones Date: Sat, 23 Mar 2024 13:14:58 +0000 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index eab9439..286d5cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ GitHub issues are for bugs and enhancement requests. **Please don't use GitHub i A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior. Ideally, include a self-contained, reproducible example, i.e. some code that I can run and immediately see the problem. Consider using the `{reprex}` package to help with this. +Steps to reproduce the behavior. Ideally, include a self-contained, reproducible example, i.e. some code that I can copy, paste and run on my machine. Consider using the `{reprex}` package to help with this. Note: **if an example uses data which I don't have, or uses functions from a package which isn't loaded via `library()`, then it's not reproducible.** **Expected behavior**