Skip to content

Commit bcf85a3

Browse files
committed
Added notes on readme and PR to dev
1 parent 900e565 commit bcf85a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ git checkout -b <topic-branch-name>
2828
4. 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
3335
git pull --rebase upstream dev
3436
```
@@ -38,7 +40,7 @@ git pull --rebase upstream dev
3840
git 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

0 commit comments

Comments
 (0)