Skip to content

Commit 9e39911

Browse files
committed
chore: update repository templates to ory/meta@c78ed23
1 parent f685c02 commit 9e39911

7 files changed

+477
-50
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+12-14
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,26 @@ 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/hydra-client-go/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/hydra-client-go/blob/master/CONTRIBUTING.md)."
2623
required: true
27-
- label:
28-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
29-
- label:
30-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
31-
- label:
32-
"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
3326
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
3427
id: checklist
3528
type: checkboxes
29+
- attributes:
30+
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
31+
label: "Ory Network Project"
32+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
33+
id: ory-network-project
34+
type: input
3635
- attributes:
3736
description: "A clear and concise description of what the bug is."
3837
label: "Describe the bug"
@@ -56,8 +55,7 @@ body:
5655
validations:
5756
required: true
5857
- attributes:
59-
description:
60-
"Please copy and paste any relevant log output. This will be
58+
description: "Please copy and paste any relevant log output. This will be
6159
automatically formatted into code, so no need for backticks. Please
6260
redact any sensitive information"
6361
label: "Relevant log output"

.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

+12-14
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,27 +22,26 @@ 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/hydra-client-go/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/hydra-client-go/blob/master/CONTRIBUTING.md)."
3733
required: true
38-
- label:
39-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
40-
- label:
41-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
42-
- label:
43-
"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
4436
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
4537
id: checklist
4638
type: checkboxes
39+
- attributes:
40+
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
41+
label: "Ory Network Project"
42+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
43+
id: ory-network-project
44+
type: input
4745
- attributes:
4846
description: |
4947
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

+14-18
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,30 +15,28 @@ 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/hydra-client-go/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/hydra-client-go/blob/master/CONTRIBUTING.md)."
3026
required: true
31-
- label:
32-
"This issue affects my [Ory Network](https://www.ory.sh/) project."
33-
- label:
34-
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
35-
- label:
36-
"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
3729
Newsletter](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)."
3830
id: checklist
3931
type: checkboxes
4032
- attributes:
41-
description:
42-
"Is your feature request related to a problem? Please describe."
33+
description: "Enter the slug or API URL of the affected Ory Network project. Leave empty when you are self-hosting."
34+
label: "Ory Network Project"
35+
placeholder: "https://<your-project-slug>.projects.oryapis.com"
36+
id: ory-network-project
37+
type: input
38+
- attributes:
39+
description: "Is your feature request related to a problem? Please describe."
4340
label: "Describe your problem"
4441
placeholder:
4542
"A clear and concise description of what the problem is. Ex. I'm always
@@ -73,8 +70,7 @@ body:
7370
validations:
7471
required: true
7572
- attributes:
76-
description:
77-
"Add any other context or screenshots about the feature request here."
73+
description: "Add any other context or screenshots about the feature request here."
7874
label: Additional Context
7975
id: additional
8076
type: textarea

.github/ISSUE_TEMPLATE/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ blank_issues_enabled: false
55
contact_links:
66
- name: Ory Ory Hydra Go Client 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.

CODE_OF_CONDUCT.md

+140
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
<!-- AUTO-GENERATED, DO NOT EDIT! -->
2+
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/CODE_OF_CONDUCT.md -->
3+
4+
# Contributor Covenant Code of Conduct
5+
6+
## Our Pledge
7+
8+
We as members, contributors, and leaders pledge to make participation in our
9+
community a harassment-free experience for everyone, regardless of age, body
10+
size, visible or invisible disability, ethnicity, sex characteristics, gender
11+
identity and expression, level of experience, education, socio-economic status,
12+
nationality, personal appearance, race, caste, color, religion, or sexual
13+
identity and orientation.
14+
15+
We pledge to act and interact in ways that contribute to an open, welcoming,
16+
diverse, inclusive, and healthy community.
17+
18+
## Our Standards
19+
20+
Examples of behavior that contributes to a positive environment for our
21+
community include:
22+
23+
- Demonstrating empathy and kindness toward other people
24+
- Being respectful of differing opinions, viewpoints, and experiences
25+
- Giving and gracefully accepting constructive feedback
26+
- Accepting responsibility and apologizing to those affected by our mistakes,
27+
and learning from the experience
28+
- Focusing on what is best not just for us as individuals, but for the overall
29+
community
30+
31+
Examples of unacceptable behavior include:
32+
33+
- The use of sexualized language or imagery, and sexual attention or advances of
34+
any kind
35+
- Trolling, insulting or derogatory comments, and personal or political attacks
36+
- Public or private harassment
37+
- Publishing others' private information, such as a physical or email address,
38+
without their explicit permission
39+
- Other conduct which could reasonably be considered inappropriate in a
40+
professional setting
41+
42+
## Open Source Community Support
43+
44+
Ory Open source software is collaborative and based on contributions by developers in the Ory community. There is no obligation from Ory to help with individual problems.
45+
If Ory open source software is used in production in a for-profit company or enterprise environment, we mandate a paid support contract where Ory is obligated under their service level agreements (SLAs) to offer a defined level of availability and responsibility. For more information about paid support please contact us at [email protected].
46+
47+
## Enforcement Responsibilities
48+
49+
Community leaders are responsible for clarifying and enforcing our standards of
50+
acceptable behavior and will take appropriate and fair corrective action in
51+
response to any behavior that they deem inappropriate, threatening, offensive,
52+
or harmful.
53+
54+
Community leaders have the right and responsibility to remove, edit, or reject
55+
comments, commits, code, wiki edits, issues, and other contributions that are
56+
not aligned to this Code of Conduct, and will communicate reasons for moderation
57+
decisions when appropriate.
58+
59+
## Scope
60+
61+
This Code of Conduct applies within all community spaces, and also applies when
62+
an individual is officially representing the community in public spaces.
63+
Examples of representing our community include using an official e-mail address,
64+
posting via an official social media account, or acting as an appointed
65+
representative at an online or offline event.
66+
67+
## Enforcement
68+
69+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
70+
reported to the community leaders responsible for enforcement at
71+
[[email protected]](mailto:[email protected]). All complaints will be reviewed and
72+
investigated promptly and fairly.
73+
74+
All community leaders are obligated to respect the privacy and security of the
75+
reporter of any incident.
76+
77+
## Enforcement Guidelines
78+
79+
Community leaders will follow these Community Impact Guidelines in determining
80+
the consequences for any action they deem in violation of this Code of Conduct:
81+
82+
### 1. Correction
83+
84+
**Community Impact**: Use of inappropriate language or other behavior deemed
85+
unprofessional or unwelcome in the community.
86+
87+
**Consequence**: A private, written warning from community leaders, providing
88+
clarity around the nature of the violation and an explanation of why the
89+
behavior was inappropriate. A public apology may be requested.
90+
91+
### 2. Warning
92+
93+
**Community Impact**: A violation through a single incident or series of
94+
actions.
95+
96+
**Consequence**: A warning with consequences for continued behavior. No
97+
interaction with the people involved, including unsolicited interaction with
98+
those enforcing the Code of Conduct, for a specified period of time. This
99+
includes avoiding interactions in community spaces as well as external channels
100+
like social media. Violating these terms may lead to a temporary or permanent
101+
ban.
102+
103+
### 3. Temporary Ban
104+
105+
**Community Impact**: A serious violation of community standards, including
106+
sustained inappropriate behavior.
107+
108+
**Consequence**: A temporary ban from any sort of interaction or public
109+
communication with the community for a specified period of time. No public or
110+
private interaction with the people involved, including unsolicited interaction
111+
with those enforcing the Code of Conduct, is allowed during this period.
112+
Violating these terms may lead to a permanent ban.
113+
114+
### 4. Permanent Ban
115+
116+
**Community Impact**: Demonstrating a pattern of violation of community
117+
standards, including sustained inappropriate behavior, harassment of an
118+
individual, or aggression toward or disparagement of classes of individuals.
119+
120+
**Consequence**: A permanent ban from any sort of public interaction within the
121+
community.
122+
123+
## Attribution
124+
125+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
126+
version 2.1, available at
127+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
128+
129+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
130+
enforcement ladder][mozilla coc].
131+
132+
For answers to common questions about this code of conduct, see the FAQ at
133+
[https://www.contributor-covenant.org/faq][faq]. Translations are available at
134+
[https://www.contributor-covenant.org/translations][translations].
135+
136+
[homepage]: https://www.contributor-covenant.org
137+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
138+
[mozilla coc]: https://github.com/mozilla/diversity
139+
[faq]: https://www.contributor-covenant.org/faq
140+
[translations]: https://www.contributor-covenant.org/translations

0 commit comments

Comments
 (0)