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: vignettes/development.Rmd
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,14 @@ Pull requests will be evaluated against the following checklist:
103
103
104
104
```
105
105
* [ ] Motivate the change in one paragraph, and include it in NEWS.
106
-
Reference this issue and thank yourself.
106
+
In parenthesis, reference your github user name and this issue:
107
+
`(@hadley, #1234)`
107
108
* [ ] Check pull request only includes relevant changes.
108
109
* [ ] Use the [official style](http://adv-r.had.co.nz/Style.html).
109
110
* [ ] Update documentation and re-run roxygen2
110
111
* [ ] Add test, if bug in non-graphical function
112
+
* [ ] Add visual test, if bug in graphical function
111
113
* [ ] Add minimal example, if new graphical feature
112
-
* [ ] Does not change existing behaviour
113
114
```
114
115
115
116
These are explained in more detail below. This seems like a lot of work but don't worry if your pull request isn't perfect. It's a learning process and Winston and I will be on hand to help you out. A pull request is a process, and unless you've submitted a few in the past it's unlikely that your pull request will be accepted as is.
0 commit comments