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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Before you submit your pull request consider the following guidelines:
110
110
111
111
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
112
112
113
-
* Before creating the Pull Request, ensure your branch sits on top of master (as opposed to branch off a branch). This ensures the reviewer will need only minimal effort to integrate your work by fast-fowarding master:
113
+
* Before creating the Pull Request, ensure your branch sits on top of master (as opposed to branch off a branch). This ensures the reviewer will need only minimal effort to integrate your work by fast-forwarding master:
114
114
115
115
```text
116
116
git rebase upstream/master
@@ -143,7 +143,7 @@ Before you submit your pull request consider the following guidelines:
This is generally easier to follow, but seperate commits are useful if the Pull Request contains iterations that might be interesting to see side-by-side.
146
+
This is generally easier to follow, but separate commits are useful if the Pull Request contains iterations that might be interesting to see side-by-side.
147
147
148
148
That's it! Thank you for your contribution!
149
149
@@ -213,4 +213,4 @@ Accord Project documentation files are made available under the [Creative Common
0 commit comments