Skip to content

Commit e838bee

Browse files
authored
docs: update broken links in CONTRIBUTING.md (#219)
1 parent 357a400 commit e838bee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/repository/common/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ checklist to contribute an example:
143143
not get mixed up.
144144
1. Add a descriptive prefix to commits. This ensures a uniform commit history
145145
and helps structure the changelog. Please refer to this
146-
[list of prefixes for $PROJECT](https://github.com/$REPOSITORY/blob/master/.github/semantic.yml)
147-
for an overview.
146+
[Convential Commits configuration](https://github.com/$REPOSITORY/blob/master/.github/workflows/conventional_commits.yml)
147+
for the list of accepted prefixes. You can read more about the Conventional Commit specification [at their site](https://www.conventionalcommits.org/en/v1.0.0/).
148148
1. Create a `README.md` that explains how to use the example. (Use
149-
[the README template](https://github.com/ory/examples/blob/master/_common/README)).
149+
[the README template](https://github.com/ory/examples/blob/master/_common/README.md)).
150150
1. Open a pull request and maintainers will review and merge your example.
151151

152152
## Contribute code
@@ -171,8 +171,8 @@ request, go through this checklist:
171171
1. Run `make format`
172172
1. Add a descriptive prefix to commits. This ensures a uniform commit history
173173
and helps structure the changelog. Please refer to this
174-
[list of prefixes for $PROJECT](https://github.com/$REPOSITORY/blob/master/.github/semantic.yml)
175-
for an overview.
174+
[Convential Commits configuration](https://github.com/$REPOSITORY/blob/master/.github/workflows/conventional_commits.yml)
175+
for the list of accepted prefixes. You can read more about the Conventional Commit specification [at their site](https://www.conventionalcommits.org/en/v1.0.0/).
176176

177177
If a pull request is not ready to be reviewed yet
178178
[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

Comments
 (0)