Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit f527d05

Browse files
committed
chore: update repository templates to ory/meta@bc603a6
1 parent 6c488a0 commit f527d05

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [FAQ](#faq)
1111
- [How can I contribute?](#how-can-i-contribute)
1212
- [Communication](#communication)
13-
- [Contribute examples](#contribute-examples)
13+
- [Contribute examples or community projects](#contribute-examples-or-community-projects)
1414
- [Contribute code](#contribute-code)
1515
- [Contribute documentation](#contribute-documentation)
1616
- [Disclosing vulnerabilities](#disclosing-vulnerabilities)
@@ -124,34 +124,16 @@ the projects that you are interested in.
124124

125125
Also, [follow us on Twitter](https://twitter.com/orycorp).
126126

127-
## Contribute examples
127+
## Contribute examples or community projects
128128

129-
One of the most impactful ways to contribute is by adding examples. You can find
130-
an overview of examples using Ory services on the
131-
[documentation examples page](https://www.ory.sh/docs/examples). Source code for
132-
examples can be found in most cases in the
133-
[ory/examples](https://github.com/ory/examples) repository.
129+
One of the most impactful ways to contribute is by adding code examples or other
130+
Ory-related code. You can find an overview of community code in the
131+
[awesome-ory](https://github.com/ory/awesome-ory) repository.
134132

135133
_If you would like to contribute a new example, we would love to hear from you!_
136134

137-
Please [open an issue](https://github.com/ory/examples/issues/new/choose) to
138-
describe your example before you start working on it. We would love to provide
139-
guidance to make for a pleasant contribution experience. Go through this
140-
checklist to contribute an example:
141-
142-
1. Create a GitHub issue proposing a new example and make sure it's different
143-
from an existing one.
144-
1. Fork the repo and create a feature branch off of `master` so that changes do
145-
not get mixed up.
146-
1. Add a descriptive prefix to commits. This ensures a uniform commit history
147-
and helps structure the changelog. Please refer to this
148-
[Convential Commits configuration](https://github.com/ory/integrations/blob/master/.github/workflows/conventional_commits.yml)
149-
for the list of accepted prefixes. You can read more about the Conventional
150-
Commit specification
151-
[at their site](https://www.conventionalcommits.org/en/v1.0.0/).
152-
1. Create a `README.md` that explains how to use the example. (Use
153-
[the README template](https://github.com/ory/examples/blob/master/_common/README.md)).
154-
1. Open a pull request and maintainers will review and merge your example.
135+
Please [open a pull request at awesome-ory](https://github.com/ory/awesome-ory/)
136+
to add your example or Ory-related project to the awesome-ory README.
155137

156138
## Contribute code
157139

0 commit comments

Comments
 (0)