File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ git checkout -b <topic-branch-name>
28284 . Patches and features will not be accepted without tests.
2929 Run ` npm test ` to check that all tests pass after you've made changes.
3030
31- 5 . Locally rebase the upstream development branch into your topic branch:
31+ 5 . Update the ` README.md ` if there were corresponding changes or new options.
32+
33+ 6 . Locally rebase the upstream development branch into your topic branch:
3234``` bash
3335git pull --rebase upstream dev
3436```
@@ -38,7 +40,7 @@ git pull --rebase upstream dev
3840git push origin < topic-branch-name>
3941```
4042
41- 8 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ ) with a clear title and description.
43+ 8 . [ Open a Pull Request] ( https://help.github.com/articles/using-pull-requests/ ) to a ` dev ` branch with a clear title and description.
4244
4345<a name =" maintainers " ></a >
4446## Maintainers
You can’t perform that action at this time.
0 commit comments