From 2985962891c6592cfdc2794d8ba34810ad44d171 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:49:04 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/b1eed8856cd301603956084d58f021707ace940a --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 18 ++++++++++------ .github/ISSUE_TEMPLATE/DESIGN-DOC.yml | 18 ++++++++++------ .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 24 ++++++++++++++-------- .github/ISSUE_TEMPLATE/config.yml | 6 ++++-- .github/workflows/licenses.yml | 2 +- 5 files changed, 45 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 402f0a4eb..a8f5c03b8 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -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/fosite/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/fosite/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 @@ -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" diff --git a/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml b/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml index 568745777..cc941ffd5 100644 --- a/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml +++ b/.github/ISSUE_TEMPLATE/DESIGN-DOC.yml @@ -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" @@ -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/fosite/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/fosite/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 diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 686477b7e..e3445f1d7 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -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" @@ -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/fosite/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/fosite/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 @@ -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 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e7721eeb2..ef7611c08 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,8 +5,10 @@ blank_issues_enabled: false contact_links: - name: Ory Fosite 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. diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 7d0eb3acd..0a12162ed 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -21,7 +21,7 @@ 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 ==