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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Documents under the docs/ directory will help you to change the specification. T
39
39
*[Fixing a definition, the complete story](docs/validation-example.md)
40
40
41
41
42
-
## Send your pull request
42
+
## Send your pull request from a branch
43
43
44
44
To fix any style issues and generate the outputs (that we store in git), please run:
45
45
@@ -56,5 +56,4 @@ Then, follow those steps:
56
56
- If the API is unusable without the change -> every supported version
57
57
- If the API is usable, but fix is on the response side -> every supported version
58
58
- If the API is usable, but fix is on the request side -> no backport, unless the API is _partially_ usable and the fix unlocks a missing feature that has no workaround
59
-
60
-
59
+
- Send the pull request from a branch, **not a fork**
0 commit comments