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-4
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,15 @@ Writing Code
12
12
13
13
* Use the project's coding style, not your own. If the code you write looks drastically different than the preexisting code, you're doing it wrong.
14
14
* Include tests that fail without your code, and pass with it.
15
-
* If you add a new feature or break backwards compatibility, update the project's documentation accordingly.
16
15
* Commits should have meaningful messages. If you end up with a bunch of commits with garbage messages, squash your commits before submitting a pull request.
17
16
18
17
Pull Requests
19
18
-------------
20
19
21
20
1. Push your feature branch to your remote repo on GitHub. `$ git push origin name-of-feature`
22
-
2.[Create a pull request][create-pull-request] against the integration-\* branch if present, otherwise master.
23
-
3. Write a meaningful title and description.
24
-
4. Submit the pull request!
21
+
2.[Create a pull request][create-pull-request] against master.
22
+
3. Write a meaningful title and description. If you've added a new feature or break backwards compatibility, let us know so we can updated the docs accordingly.
0 commit comments