Skip to content

Commit 62b798e

Browse files
committed
chore: update repository templates to ory/meta@bc603a6
1 parent 1aed788 commit 62b798e

File tree

5 files changed

+12
-30
lines changed

5 files changed

+12
-30
lines changed

.github/workflows/closed_references.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Find closed references
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2-beta
2424
with:
2525
node-version: "14"

.github/workflows/conventional_commits.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Validate PR title
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v3
2828
- id: config
2929
uses: ory/ci/conventional_commit_config@master
3030
with:
@@ -46,7 +46,7 @@ jobs:
4646
deps
4747
docs
4848
default_require_scope: false
49-
- uses: amannn/action-semantic-pull-request@v5
49+
- uses: amannn/action-semantic-pull-request@v4
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v2
2020
- name: Synchronize Issue Labels
2121
uses: ory/label-sync-action@v0
2222
with:

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'ory'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v9
15+
- uses: actions/stale@v4
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: |

CONTRIBUTING.md

+7-25
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)
@@ -125,34 +125,16 @@ information on the projects that you are interested in.
125125

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

128-
## Contribute examples
128+
## Contribute examples or community projects
129129

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

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

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

157139
## Contribute code
158140

0 commit comments

Comments
 (0)