Skip to content

Commit a7a7ff2

Browse files
committed
chore: update repository templates to ory/meta@44efd83
1 parent 9f5ff32 commit a7a7ff2

File tree

6 files changed

+27
-50
lines changed

6 files changed

+27
-50
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,17 @@ body:
1212
- attributes:
1313
label: "Preflight checklist"
1414
options:
15-
- label:
16-
"I could not find a solution in the existing issues, docs, nor
15+
- label: "I could not find a solution in the existing issues, docs, nor
1716
discussions."
1817
required: true
19-
- label:
20-
"I agree to follow this project's [Code of
18+
- label: "I agree to follow this project's [Code of
2119
Conduct](https://github.com/ory/example-auth-js/blob/master/CODE_OF_CONDUCT.md)."
2220
required: true
23-
- label:
24-
"I have read and am following this repository's [Contribution
21+
- label: "I have read and am following this repository's [Contribution
2522
Guidelines](https://github.com/ory/example-auth-js/blob/master/CONTRIBUTING.md)."
2623
required: true
27-
- label:
28-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
29-
- label:
30-
"I am signed up to the [Ory Security Patch
24+
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
25+
- label: "I am signed up to the [Ory Security Patch
3126
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
3227
id: checklist
3328
type: checkboxes
@@ -62,8 +57,7 @@ body:
6257
validations:
6358
required: true
6459
- attributes:
65-
description:
66-
"Please copy and paste any relevant log output. This will be
60+
description: "Please copy and paste any relevant log output. This will be
6761
automatically formatted into code, so no need for backticks. Please
6862
redact any sensitive information"
6963
label: "Relevant log output"

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# AUTO-GENERATED, DO NOT EDIT!
22
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml
33

4-
description:
5-
"A design document is needed for non-trivial changes to the code base."
4+
description: "A design document is needed for non-trivial changes to the code base."
65
labels:
76
- rfc
87
name: "Design Document"
@@ -23,22 +22,17 @@ body:
2322
- attributes:
2423
label: "Preflight checklist"
2524
options:
26-
- label:
27-
"I could not find a solution in the existing issues, docs, nor
25+
- label: "I could not find a solution in the existing issues, docs, nor
2826
discussions."
2927
required: true
30-
- label:
31-
"I agree to follow this project's [Code of
28+
- label: "I agree to follow this project's [Code of
3229
Conduct](https://github.com/ory/example-auth-js/blob/master/CODE_OF_CONDUCT.md)."
3330
required: true
34-
- label:
35-
"I have read and am following this repository's [Contribution
31+
- label: "I have read and am following this repository's [Contribution
3632
Guidelines](https://github.com/ory/example-auth-js/blob/master/CONTRIBUTING.md)."
3733
required: true
38-
- label:
39-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
40-
- label:
41-
"I am signed up to the [Ory Security Patch
34+
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
35+
- label: "I am signed up to the [Ory Security Patch
4236
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
4337
id: checklist
4438
type: checkboxes

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# AUTO-GENERATED, DO NOT EDIT!
22
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
33

4-
description:
5-
"Suggest an idea for this project without a plan for implementation"
4+
description: "Suggest an idea for this project without a plan for implementation"
65
labels:
76
- feat
87
name: "Feature Request"
@@ -16,22 +15,17 @@ body:
1615
- attributes:
1716
label: "Preflight checklist"
1817
options:
19-
- label:
20-
"I could not find a solution in the existing issues, docs, nor
18+
- label: "I could not find a solution in the existing issues, docs, nor
2119
discussions."
2220
required: true
23-
- label:
24-
"I agree to follow this project's [Code of
21+
- label: "I agree to follow this project's [Code of
2522
Conduct](https://github.com/ory/example-auth-js/blob/master/CODE_OF_CONDUCT.md)."
2623
required: true
27-
- label:
28-
"I have read and am following this repository's [Contribution
24+
- label: "I have read and am following this repository's [Contribution
2925
Guidelines](https://github.com/ory/example-auth-js/blob/master/CONTRIBUTING.md)."
3026
required: true
31-
- label:
32-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
33-
- label:
34-
"I am signed up to the [Ory Security Patch
27+
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
28+
- label: "I am signed up to the [Ory Security Patch
3529
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
3630
id: checklist
3731
type: checkboxes
@@ -44,8 +38,7 @@ body:
4438
id: ory-network-project
4539
type: input
4640
- attributes:
47-
description:
48-
"Is your feature request related to a problem? Please describe."
41+
description: "Is your feature request related to a problem? Please describe."
4942
label: "Describe your problem"
5043
placeholder:
5144
"A clear and concise description of what the problem is. Ex. I'm always
@@ -79,8 +72,7 @@ body:
7972
validations:
8073
required: true
8174
- attributes:
82-
description:
83-
"Add any other context or screenshots about the feature request here."
75+
description: "Add any other context or screenshots about the feature request here."
8476
label: Additional Context
8577
id: additional
8678
type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ blank_issues_enabled: false
55
contact_links:
66
- name: Ory example-auth-js Forum
77
url: https://github.com/orgs/ory/discussions
8-
about:
9-
Please ask and answer questions here, show your implementations and
8+
about: Please ask and answer questions here, show your implementations and
109
discuss ideas.
1110
- name: Ory Chat
1211
url: https://www.ory.sh/chat
13-
about:
14-
Hang out with other Ory community members to ask and answer questions.
12+
about: Hang out with other Ory community members to ask and answer questions.

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ them, don't hesitate to ask. We're here to help! This is simply a reminder of wh
3737
- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA.
3838
- [ ] I have referenced an issue containing the design document if my change introduces a new feature.
3939
- [ ] I have read the [security policy](../security/policy).
40-
- [ ] I confirm that this pull request does not address a security vulnerability.
41-
If this pull request addresses a security vulnerability,
40+
- [ ] I confirm that this pull request does not address a security vulnerability.
41+
If this pull request addresses a security vulnerability,
4242
I confirm that I got approval (please contact [[email protected]](mailto:[email protected])) from the maintainers to push the changes.
4343
- [ ] I have added tests that prove my fix is effective or that my feature works.
4444
- [ ] I have added the necessary documentation within the code base (if appropriate).

.github/workflows/licenses.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- master
12+
- v3
1213

1314
jobs:
1415
licenses:
@@ -23,12 +24,10 @@ jobs:
2324
uses: ory/ci/licenses/check@master
2425
- name: Write, commit, push licenses
2526
uses: ory/ci/licenses/write@master
26-
if:
27-
${{ github.ref == 'refs/heads/main' || github.ref ==
27+
if: ${{ github.ref == 'refs/heads/main' || github.ref ==
2828
'refs/heads/master' || github.ref == 'refs/heads/v3' }}
2929
with:
30-
author-email:
31-
${{ secrets.ORY_BOT_PAT &&
30+
author-email: ${{ secrets.ORY_BOT_PAT &&
3231
3332
format('{0}@users.noreply.github.com', github.actor) }}
3433
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 commit comments

Comments
 (0)