Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 2dee2e9

Browse files
authored
Revert "Update CONTRIBUTING (#557)"
This reverts commit 1f236bb.
1 parent 1f236bb commit 2dee2e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ Complete your CLA here: <https://code.facebook.com/cla>
77

88
## Submitting a PR
99

10-
**All Pull Requests should be made against `dev` (even _bug fixes_).**
11-
1210
Before submitting a large PR for a new feature or improvement, please create an issue first. This will allow us to discuss the feature before much development effort is put into it. After we've agreed that the feature would fit in the scope of the project, or if the change is small enough to not require an issue, follow these steps to create a PR:
1311

1412
- Make a new branch
1513

1614
```
17-
git checkout -b my-fix dev
15+
git checkout -b my-fix master
1816
```
1917

2018
- Make your changes, including test cases if applicable. Make sure to follow the coding guidelines described below.

0 commit comments

Comments
 (0)