From 4d8bb3cf7f685739242441d01bdaf9028b821bfe Mon Sep 17 00:00:00 2001 From: Hayden Date: Sun, 3 Jan 2021 13:26:02 -0900 Subject: [PATCH] sp --- docs/docs/2.1 - Contributions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/2.1 - Contributions.md b/docs/docs/2.1 - Contributions.md index 8b6db8a98..a90e42e75 100644 --- a/docs/docs/2.1 - Contributions.md +++ b/docs/docs/2.1 - Contributions.md @@ -31,7 +31,7 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue] - A quick summary and/or background - Steps to reproduce - Be specific! - - Give sample code if you can. [My stackoverflow question](http://stackoverflow.com/q/12488905/180626) includes sample code that *anyone* with a base R setup can run to reproduce what I was seeing + - Give sample code if you can. [This stackoverflow question](http://stackoverflow.com/q/12488905/180626) includes sample code that *anyone* with a base R setup can run to reproduce what I was seeing - What you expected would happen - What actually happens - Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)