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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,15 @@ See http://docs.ggplot2.org/dev/vignettes/development.html for more details.
79
79
80
80
Pull requests will be evaluated against a seven point checklist:
81
81
82
-
1.__Motivation__. Your pull request should clearly and concisely motivates the
83
-
need for change. Unfortunately neither Winston nor I have much time to
84
-
work on ggplot2 these days, so you need to describe the problem and show
85
-
how your pull request solves it as concisely as possible.
82
+
1.__Motivation__. Your pull request should clearly and concisely motivate the
83
+
need for change. Unfortunately neither Winston nor I have much time to
84
+
work on ggplot2 these days, so you need to describe the problem and show
85
+
how your pull request solves it as concisely as possible.
86
86
87
-
Also include this motivation in `NEWS` so that when a new release of
88
-
ggplot2 comes out it's easy for users to see what's changed. Add your
89
-
item at the top of the file and use markdown for formatting. The
90
-
news item should end with `(@yourGithubUsername, #the_issue_number)`.
87
+
Also include this motivation in `NEWS` so that when a new release of
88
+
ggplot2 comes out it's easy for users to see what's changed. Add your
89
+
item at the top of the file and use markdown for formatting. The
90
+
news item should end with `(@yourGithubUsername, #the_issue_number)`.
91
91
92
92
1.__Only related changes__. Before you submit your pull request, please
93
93
check to make sure that you haven't accidentally included any unrelated
@@ -124,8 +124,9 @@ Pull requests will be evaluated against a seven point checklist:
124
124
to the appropriate function.
125
125
126
126
This seems like a lot of work but don't worry if your pull request isn't perfect.
127
-
It's a learning process and members of the ggplot2 team will be on hand to help you out. A pull request is a process, and unless you've submitted a few in the past
128
-
it's unlikely that your pull request will be accepted as is. All PRs require
127
+
It's a learning process and members of the ggplot2 team will be on hand to help you
128
+
out. A pull request ("PR") is a process, and unless you've submitted a few in the
129
+
past it's unlikely that your pull request will be accepted as is. All PRs require
129
130
review and approval from at least one member of the ggplot2 development team
0 commit comments