From 5e6dc23853eced2e22624ce2449809e6e4727544 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:11:01 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/3d090462dcece0b8f49950569b54a8ad4f816de0 --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 18 ++++++++++++------ .github/workflows/licenses.yml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 76a7eec8..e33bb828 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/examples/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/examples/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/workflows/licenses.yml b/.github/workflows/licenses.yml index 7d0eb3ac..0a12162e 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 ==