Skip to content

Commit 89e2837

Browse files
committed
chore: update repository templates to ory/meta@ac80097
1 parent b5f0332 commit 89e2837

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,21 @@ body:
2424
"I have read and am following this repository's [Contribution
2525
Guidelines](https://github.com/ory/kratos-selfservice-ui-node/blob/master/CONTRIBUTING.md)."
2626
required: true
27-
- label:
28-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
2927
- label:
3028
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
3129
- label:
3230
"I am signed up to the [Ory Security Patch
3331
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
3432
id: checklist
3533
type: checkboxes
34+
- attributes:
35+
description:
36+
"Enter the slug or API URL of the affected Ory Network project. Leave
37+
empty when you are self-hosting."
38+
label: "Ory Network Project"
39+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
40+
id: ory-network-project
41+
type: input
3642
- attributes:
3743
description: "A clear and concise description of what the bug is."
3844
label: "Describe the bug"

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,21 @@ body:
3535
"I have read and am following this repository's [Contribution
3636
Guidelines](https://github.com/ory/kratos-selfservice-ui-node/blob/master/CONTRIBUTING.md)."
3737
required: true
38-
- label:
39-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
4038
- label:
4139
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
4240
- label:
4341
"I am signed up to the [Ory Security Patch
4442
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
4543
id: checklist
4644
type: checkboxes
45+
- attributes:
46+
description:
47+
"Enter the slug or API URL of the affected Ory Network project. Leave
48+
empty when you are self-hosting."
49+
label: "Ory Network Project"
50+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
51+
id: ory-network-project
52+
type: input
4753
- attributes:
4854
description: |
4955
This section gives the reader a very rough overview of the landscape in which the new system is being built and what is actually being built. This isn’t a requirements doc. Keep it succinct! The goal is that readers are brought up to speed but some previous knowledge can be assumed and detailed info can be linked to. This section should be entirely focused on objective background facts.

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,21 @@ body:
2828
"I have read and am following this repository's [Contribution
2929
Guidelines](https://github.com/ory/kratos-selfservice-ui-node/blob/master/CONTRIBUTING.md)."
3030
required: true
31-
- label:
32-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
3331
- label:
3432
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
3533
- label:
3634
"I am signed up to the [Ory Security Patch
3735
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
3836
id: checklist
3937
type: checkboxes
38+
- attributes:
39+
description:
40+
"Enter the slug or API URL of the affected Ory Network project. Leave
41+
empty when you are self-hosting."
42+
label: "Ory Network Project"
43+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
44+
id: ory-network-project
45+
type: input
4046
- attributes:
4147
description:
4248
"Is your feature request related to a problem? Please describe."

0 commit comments

Comments
 (0)