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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,5 @@ To contribute to the project, please follow these steps:
14
14
10. Run `npm run commit` (**Do not** use `git commit`) - follow the prompts to create your git message
15
15
11. Push your changes with `git push`
16
16
12. Create the Pull Request (a demo showing what the PR does is always good so you can fork [this fiddle](http://jsfiddle.net/cwhgLcjv/))
17
-
13. If there are several commits, please rebase and squash everything to only get one commit. [How to rebase a PR?](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request)
17
+
13. If there are several commits, please [rebase](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request) and [squash](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request#squash-your-changes) everything to only get one commit.
0 commit comments