You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
We love your input! 🚀 We want to make contributing to this project as easy and transparent as possible, whether it's:
4
4
5
-
- Reporting a bug
6
-
- Discussing the current state of the code
7
-
- Submitting a fix
8
-
- Proposing new features
9
-
- Becoming a maintainer
5
+
- Reporting a bug.
6
+
- Discussing the current state of the code.
7
+
- Submitting a fix.
8
+
- Proposing new features.
9
+
- Becoming a maintainer.
10
10
11
11
## We Develop with Github
12
12
@@ -37,13 +37,17 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
37
37
38
38
**Great Bug Reports** tend to have:
39
39
40
-
- A quick summary and/or background
41
-
- Steps to reproduce
40
+
- A quick summary and/or background.
41
+
42
+
- Steps to reproduce:
42
43
- Be specific!
43
-
- 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
44
-
- What you expected would happen
45
-
- What actually happens
46
-
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
44
+
- 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.
45
+
46
+
- What you expected would happen.
47
+
48
+
- What actually happens.
49
+
50
+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work).
47
51
48
52
People _love_ thorough bug reports. I'm not even kidding.
0 commit comments