Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@b1eed88
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Dec 30, 2024
1 parent 621f2fe commit f278a3e
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 24 deletions.
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ body:
- attributes:
label: "Preflight checklist"
options:
- label: "I could not find a solution in the existing issues, docs, nor
- label:
"I could not find a solution in the existing issues, docs, nor
discussions."
required: true
- label: "I agree to follow this project's [Code of
- label:
"I agree to follow this project's [Code of
Conduct](https://github.com/ory/hydra-client-go/blob/master/CODE_OF_CONDUCT.md)."
required: true
- label: "I have read and am following this repository's [Contribution
- label:
"I have read and am following this repository's [Contribution
Guidelines](https://github.com/ory/hydra-client-go/blob/master/CONTRIBUTING.md)."
required: true
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label: "I am signed up to the [Ory Security Patch
- label:
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label:
"I am signed up to the [Ory Security Patch
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
id: checklist
type: checkboxes
Expand Down Expand Up @@ -57,7 +62,8 @@ body:
validations:
required: true
- attributes:
description: "Please copy and paste any relevant log output. This will be
description:
"Please copy and paste any relevant log output. This will be
automatically formatted into code, so no need for backticks. Please
redact any sensitive information"
label: "Relevant log output"
Expand Down
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/DESIGN-DOC.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml

description: "A design document is needed for non-trivial changes to the code base."
description:
"A design document is needed for non-trivial changes to the code base."
labels:
- rfc
name: "Design Document"
Expand All @@ -22,17 +23,22 @@ body:
- attributes:
label: "Preflight checklist"
options:
- label: "I could not find a solution in the existing issues, docs, nor
- label:
"I could not find a solution in the existing issues, docs, nor
discussions."
required: true
- label: "I agree to follow this project's [Code of
- label:
"I agree to follow this project's [Code of
Conduct](https://github.com/ory/hydra-client-go/blob/master/CODE_OF_CONDUCT.md)."
required: true
- label: "I have read and am following this repository's [Contribution
- label:
"I have read and am following this repository's [Contribution
Guidelines](https://github.com/ory/hydra-client-go/blob/master/CONTRIBUTING.md)."
required: true
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label: "I am signed up to the [Ory Security Patch
- label:
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label:
"I am signed up to the [Ory Security Patch
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
id: checklist
type: checkboxes
Expand Down
24 changes: 16 additions & 8 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# AUTO-GENERATED, DO NOT EDIT!
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

description: "Suggest an idea for this project without a plan for implementation"
description:
"Suggest an idea for this project without a plan for implementation"
labels:
- feat
name: "Feature Request"
Expand All @@ -15,17 +16,22 @@ body:
- attributes:
label: "Preflight checklist"
options:
- label: "I could not find a solution in the existing issues, docs, nor
- label:
"I could not find a solution in the existing issues, docs, nor
discussions."
required: true
- label: "I agree to follow this project's [Code of
- label:
"I agree to follow this project's [Code of
Conduct](https://github.com/ory/hydra-client-go/blob/master/CODE_OF_CONDUCT.md)."
required: true
- label: "I have read and am following this repository's [Contribution
- label:
"I have read and am following this repository's [Contribution
Guidelines](https://github.com/ory/hydra-client-go/blob/master/CONTRIBUTING.md)."
required: true
- label: "I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label: "I am signed up to the [Ory Security Patch
- label:
"I have joined the [Ory Community Slack](https://slack.ory.sh)."
- label:
"I am signed up to the [Ory Security Patch
Newsletter](https://www.ory.sh/l/sign-up-newsletter)."
id: checklist
type: checkboxes
Expand All @@ -38,7 +44,8 @@ body:
id: ory-network-project
type: input
- attributes:
description: "Is your feature request related to a problem? Please describe."
description:
"Is your feature request related to a problem? Please describe."
label: "Describe your problem"
placeholder:
"A clear and concise description of what the problem is. Ex. I'm always
Expand Down Expand Up @@ -72,7 +79,8 @@ body:
validations:
required: true
- attributes:
description: "Add any other context or screenshots about the feature request here."
description:
"Add any other context or screenshots about the feature request here."
label: Additional Context
id: additional
type: textarea
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ blank_issues_enabled: false
contact_links:
- name: Ory Ory Hydra Go Client Forum
url: https://github.com/orgs/ory/discussions
about: Please ask and answer questions here, show your implementations and
about:
Please ask and answer questions here, show your implementations and
discuss ideas.
- name: Ory Chat
url: https://www.ory.sh/chat
about: Hang out with other Ory community members to ask and answer questions.
about:
Hang out with other Ory community members to ask and answer questions.
6 changes: 4 additions & 2 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }}
- name: Check licenses
uses: ory/ci/licenses/check@master
- name: Write licenses
- name: Write, commit, push licenses
uses: ory/ci/licenses/write@master
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}

0 comments on commit f278a3e

Please sign in to comment.