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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,10 +143,12 @@ checklist to contribute an example:
143
143
not get mixed up.
144
144
1. Add a descriptive prefix to commits. This ensures a uniform commit history
145
145
and helps structure the changelog. Please refer to this
146
-
[list of prefixes for CLI](https://github.com/ory/cli/blob/master/.github/semantic.yml)
1. Open a pull request and maintainers will review and merge your example.
151
153
152
154
## Contribute code
@@ -171,8 +173,10 @@ request, go through this checklist:
171
173
1. Run `make format`
172
174
1. Add a descriptive prefix to commits. This ensures a uniform commit history
173
175
and helps structure the changelog. Please refer to this
174
-
[list of prefixes for CLI](https://github.com/ory/cli/blob/master/.github/semantic.yml)
for the list of accepted prefixes. You can read more about the Conventional
178
+
Commit specification
179
+
[at their site](https://www.conventionalcommits.org/en/v1.0.0/).
176
180
177
181
If a pull request is not ready to be reviewed yet
178
182
[it should be marked as a "Draft"](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request).
0 commit comments