chore: update repository templates to 852a1aece5
This commit is contained in:
parent
174cfc3ebe
commit
9b4059a686
3
.github/FUNDING.yml
vendored
3
.github/FUNDING.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/FUNDING.yml
|
||||
|
||||
# These are supported funding model platforms
|
||||
|
||||
# github:
|
||||
|
3
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
3
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
|
||||
|
||||
description: "Create a bug report"
|
||||
labels:
|
||||
- bug
|
||||
|
3
.github/ISSUE_TEMPLATE/DESIGN-DOC.yml
vendored
3
.github/ISSUE_TEMPLATE/DESIGN-DOC.yml
vendored
@ -1,3 +1,6 @@
|
||||
# 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."
|
||||
labels:
|
||||
|
3
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
3
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
@ -1,3 +1,6 @@
|
||||
# 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"
|
||||
labels:
|
||||
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/ISSUE_TEMPLATE/config.yml
|
||||
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Ory Ory Hydra Maester Forum
|
||||
|
3
.github/auto_assign.yml
vendored
3
.github/auto_assign.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/auto_assign.yml
|
||||
|
||||
# Set to true to add reviewers to pull requests
|
||||
addReviewers: true
|
||||
|
||||
|
3
.github/config.yml
vendored
3
.github/config.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/config.yml
|
||||
|
||||
todo:
|
||||
keyword: "@todo"
|
||||
label: todo
|
||||
|
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
@ -1,3 +1,6 @@
|
||||
<!-- AUTO-GENERATED, DO NOT EDIT! -->
|
||||
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/library/.github/pull_request_template.md -->
|
||||
|
||||
<!--
|
||||
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
|
||||
|
||||
|
3
.github/workflows/closed_references.yml
vendored
3
.github/workflows/closed_references.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/closed_references.yml
|
||||
|
||||
name: Closed Reference Notifier
|
||||
|
||||
on:
|
||||
|
3
.github/workflows/conventional_commits.yml
vendored
3
.github/workflows/conventional_commits.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/conventional_commits.yml
|
||||
|
||||
name: Conventional commits
|
||||
|
||||
# This GitHub CI Action enforces that pull request titles follow conventional commits.
|
||||
|
3
.github/workflows/labels.yml
vendored
3
.github/workflows/labels.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/labels.yml
|
||||
|
||||
name: Synchronize Issue Labels
|
||||
|
||||
on:
|
||||
|
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
@ -1,3 +1,6 @@
|
||||
# AUTO-GENERATED, DO NOT EDIT!
|
||||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/stale.yml
|
||||
|
||||
name: "Close Stale Issues"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -1,3 +1,6 @@
|
||||
<!-- AUTO-GENERATED, DO NOT EDIT! -->
|
||||
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/CODE_OF_CONDUCT.md -->
|
||||
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
@ -1,3 +1,6 @@
|
||||
<!-- AUTO-GENERATED, DO NOT EDIT! -->
|
||||
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/CONTRIBUTING.md -->
|
||||
|
||||
<!--
|
||||
|
||||
Thank you for contributing changes to this document! Because we use a central repository
|
||||
|
@ -1,3 +1,6 @@
|
||||
<!-- AUTO-GENERATED, DO NOT EDIT! -->
|
||||
<!-- Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/SECURITY.md -->
|
||||
|
||||
<!--
|
||||
|
||||
Thank you for contributing changes to this document! Because we use a central repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user