chore: update repository templates
[skip ci] - updated repository templates to 81cbfd3d9e
This commit is contained in:
parent
3d93f77913
commit
baec88d751
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Ory Ory Oathkeeper Maester Forum
|
- name: Ory Ory Hydra Maester Forum
|
||||||
url: https://github.com/orgs/ory/discussions
|
url: https://github.com/orgs/ory/discussions
|
||||||
about:
|
about:
|
||||||
Please ask and answer questions here, show your implementations and
|
Please ask and answer questions here, show your implementations and
|
||||||
|
75
.github/workflows/conventional_commits.yml
vendored
Normal file
75
.github/workflows/conventional_commits.yml
vendored
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
name: Conventional commits
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target: # enable Pull Requests from forks, uses config from master branch
|
||||||
|
types: [opened, edited, reopened, ready_for_review]
|
||||||
|
# pull_request: # for debugging, uses config in local branch but supports only Pull Requests from this repo
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
name: Validate PR title
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: amannn/action-semantic-pull-request@v4
|
||||||
|
id: check-title
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
types: |
|
||||||
|
feat
|
||||||
|
fix
|
||||||
|
revert
|
||||||
|
docs
|
||||||
|
style
|
||||||
|
refactor
|
||||||
|
test
|
||||||
|
build
|
||||||
|
autogen
|
||||||
|
security
|
||||||
|
ci
|
||||||
|
chore
|
||||||
|
|
||||||
|
scopes: |
|
||||||
|
blog
|
||||||
|
cms
|
||||||
|
deps
|
||||||
|
docs
|
||||||
|
home
|
||||||
|
hydra
|
||||||
|
keto
|
||||||
|
kratos
|
||||||
|
stats
|
||||||
|
|
||||||
|
requireScope: false
|
||||||
|
|
||||||
|
# Configure which scopes are disallowed in PR titles. For instance by setting
|
||||||
|
# the value below, `chore(release): ...` and `ci(e2e,release): ...` will be rejected.
|
||||||
|
# disallowScopes: |
|
||||||
|
# release
|
||||||
|
|
||||||
|
# Configure additional validation for the subject based on a regex.
|
||||||
|
# This example ensures the subject doesn't start with an uppercase character.
|
||||||
|
subjectPattern: ^(?![A-Z]).+$
|
||||||
|
|
||||||
|
# If `subjectPattern` is configured, you can use this property to override
|
||||||
|
# the default error message that is shown when the pattern doesn't match.
|
||||||
|
# The variables `subject` and `title` can be used within the message.
|
||||||
|
subjectPatternError: |
|
||||||
|
The subject should start with a lowercase letter, yours is uppercase:
|
||||||
|
"{subject}"
|
||||||
|
|
||||||
|
# If the PR contains one of these labels, the validation is skipped.
|
||||||
|
# Multiple labels can be separated by newlines.
|
||||||
|
# If you want to rerun the validation when labels change, you might want
|
||||||
|
# to use the `labeled` and `unlabeled` event triggers in your workflow.
|
||||||
|
# ignoreLabels: |
|
||||||
|
# bot
|
||||||
|
# ignore-semantic-pull-request
|
||||||
|
|
||||||
|
# For work-in-progress PRs you can typically use draft pull requests
|
||||||
|
# from GitHub. However, private repositories on the free plan don't have
|
||||||
|
# this option and therefore this action allows you to opt-in to using the
|
||||||
|
# special "[WIP]" prefix to indicate this state. This will avoid the
|
||||||
|
# validation of the PR title and the pull request checks remain pending.
|
||||||
|
# Note that a second check will be reported if this is enabled.
|
||||||
|
# wip: true
|
@ -8,7 +8,7 @@ https://github.com/ory/meta/blob/master/templates/repository/common/CONTRIBUTING
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Contribute to Ory Ory Oathkeeper Maester
|
# Contribute to Ory Ory Hydra Maester
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
@ -29,8 +29,8 @@ https://github.com/ory/meta/blob/master/templates/repository/common/CONTRIBUTING
|
|||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
_Please note_: We take Ory Ory Oathkeeper Maester's security and our users' trust very
|
_Please note_: We take Ory Ory Hydra Maester's security and our users' trust very
|
||||||
seriously. If you believe you have found a security issue in Ory Ory Oathkeeper Maester,
|
seriously. If you believe you have found a security issue in Ory Ory Hydra Maester,
|
||||||
please disclose by contacting us at security@ory.sh.
|
please disclose by contacting us at security@ory.sh.
|
||||||
|
|
||||||
There are many ways in which you can contribute. The goal of this document is to
|
There are many ways in which you can contribute. The goal of this document is to
|
||||||
@ -48,9 +48,9 @@ contributions, and don't want a wall of rules to get in the way of that.
|
|||||||
That said, if you want to ensure that a pull request is likely to be merged,
|
That said, if you want to ensure that a pull request is likely to be merged,
|
||||||
talk to us! You can find out our thoughts and ensure that your contribution
|
talk to us! You can find out our thoughts and ensure that your contribution
|
||||||
won't clash with Ory
|
won't clash with Ory
|
||||||
Ory Oathkeeper Maester's direction. A great way to
|
Ory Hydra Maester's direction. A great way to
|
||||||
do this is via
|
do this is via
|
||||||
[Ory Ory Oathkeeper Maester Discussions](https://github.com/orgs/ory/discussions)
|
[Ory Ory Hydra Maester Discussions](https://github.com/orgs/ory/discussions)
|
||||||
or the [Ory Chat](https://www.ory.sh/chat).
|
or the [Ory Chat](https://www.ory.sh/chat).
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
@ -59,21 +59,21 @@ or the [Ory Chat](https://www.ory.sh/chat).
|
|||||||
[Ory Community Code of Conduct?](https://github.com/ory/hydra-maester/blob/master/CODE_OF_CONDUCT.md)
|
[Ory Community Code of Conduct?](https://github.com/ory/hydra-maester/blob/master/CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
- I have a question. Where can I get
|
- I have a question. Where can I get
|
||||||
[answers to questions regarding Ory Ory Oathkeeper Maester?](#communication)
|
[answers to questions regarding Ory Ory Hydra Maester?](#communication)
|
||||||
|
|
||||||
- I would like to contribute but I am not sure how. Are there
|
- I would like to contribute but I am not sure how. Are there
|
||||||
[easy ways to contribute?](#how-can-i-contribute)
|
[easy ways to contribute?](#how-can-i-contribute)
|
||||||
[Or good first issues?](https://github.com/search?l=&o=desc&q=label%3A%22help+wanted%22+label%3A%22good+first+issue%22+is%3Aopen+user%3Aory+user%3Aory-corp&s=updated&type=Issues)
|
[Or good first issues?](https://github.com/search?l=&o=desc&q=label%3A%22help+wanted%22+label%3A%22good+first+issue%22+is%3Aopen+user%3Aory+user%3Aory-corp&s=updated&type=Issues)
|
||||||
|
|
||||||
- I want to talk to other Ory Ory Oathkeeper Maester users.
|
- I want to talk to other Ory Ory Hydra Maester users.
|
||||||
[How can I become a part of the community?](#communication)
|
[How can I become a part of the community?](#communication)
|
||||||
|
|
||||||
- I would like to know what I am agreeing to when I contribute to Ory
|
- I would like to know what I am agreeing to when I contribute to Ory
|
||||||
Ory Oathkeeper Maester.
|
Ory Hydra Maester.
|
||||||
Does Ory have
|
Does Ory have
|
||||||
[a Contributors License Agreement?](https://cla-assistant.io/ory/hydra-maester)
|
[a Contributors License Agreement?](https://cla-assistant.io/ory/hydra-maester)
|
||||||
|
|
||||||
- I would like updates about new versions of Ory Ory Oathkeeper Maester.
|
- I would like updates about new versions of Ory Ory Hydra Maester.
|
||||||
[How are new releases announced?](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)
|
[How are new releases announced?](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53)
|
||||||
|
|
||||||
## How can I contribute?
|
## How can I contribute?
|
||||||
@ -85,7 +85,7 @@ There are many other ways you can contribute. Here are a few things you can do
|
|||||||
to help out:
|
to help out:
|
||||||
|
|
||||||
- **Give us a star.** It may not seem like much, but it really makes a
|
- **Give us a star.** It may not seem like much, but it really makes a
|
||||||
difference. This is something that everyone can do to help out Ory Ory Oathkeeper Maester.
|
difference. This is something that everyone can do to help out Ory Ory Hydra Maester.
|
||||||
Github stars help the project gain visibility and stand out.
|
Github stars help the project gain visibility and stand out.
|
||||||
|
|
||||||
- **Join the community.** Sometimes helping people can be as easy as listening
|
- **Join the community.** Sometimes helping people can be as easy as listening
|
||||||
@ -100,7 +100,7 @@ to help out:
|
|||||||
help, please share it! Bonus: You get GitHub achievements for answered
|
help, please share it! Bonus: You get GitHub achievements for answered
|
||||||
discussions.
|
discussions.
|
||||||
|
|
||||||
- **Help with open issues.** We have a lot of open issues for Ory Ory Oathkeeper Maester and
|
- **Help with open issues.** We have a lot of open issues for Ory Ory Hydra Maester and
|
||||||
some of them may lack necessary information, some are duplicates of older
|
some of them may lack necessary information, some are duplicates of older
|
||||||
issues. You can help out by guiding people through the process of filling out
|
issues. You can help out by guiding people through the process of filling out
|
||||||
the issue template, asking for clarifying information, or pointing them to
|
the issue template, asking for clarifying information, or pointing them to
|
||||||
@ -119,14 +119,14 @@ to help out:
|
|||||||
We use [Slack](https://www.ory.sh/chat). You are welcome to drop in and ask
|
We use [Slack](https://www.ory.sh/chat). You are welcome to drop in and ask
|
||||||
questions, discuss bugs and feature requests, talk to other users of Ory, etc.
|
questions, discuss bugs and feature requests, talk to other users of Ory, etc.
|
||||||
|
|
||||||
Check out [Ory Ory Oathkeeper Maester Discussions](https://github.com/orgs/ory/discussions). This is a great place for
|
Check out [Ory Ory Hydra Maester Discussions](https://github.com/orgs/ory/discussions). This is a great place for
|
||||||
in-depth discussions and lots of code examples, logs and similar data.
|
in-depth discussions and lots of code examples, logs and similar data.
|
||||||
|
|
||||||
You can also join our community calls, if you want to speak to the Ory team
|
You can also join our community calls, if you want to speak to the Ory team
|
||||||
directly or ask some questions. You can find more info and participate in
|
directly or ask some questions. You can find more info and participate in
|
||||||
[Slack](https://www.ory.sh/chat) in the #community-call channel.
|
[Slack](https://www.ory.sh/chat) in the #community-call channel.
|
||||||
|
|
||||||
If you want to receive regular notifications about updates to Ory Ory Oathkeeper Maester,
|
If you want to receive regular notifications about updates to Ory Ory Hydra Maester,
|
||||||
consider joining the mailing list. We will _only_ send you vital information on
|
consider joining the mailing list. We will _only_ send you vital information on
|
||||||
the projects that you are interested in.
|
the projects that you are interested in.
|
||||||
|
|
||||||
@ -153,7 +153,7 @@ checklist to contribute an example:
|
|||||||
not get mixed up.
|
not get mixed up.
|
||||||
1. Add a descriptive prefix to commits. This ensures a uniform commit history
|
1. Add a descriptive prefix to commits. This ensures a uniform commit history
|
||||||
and helps structure the changelog. Please refer to this
|
and helps structure the changelog. Please refer to this
|
||||||
[list of prefixes for Ory Oathkeeper Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml)
|
[list of prefixes for Ory Hydra Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml)
|
||||||
for an overview.
|
for an overview.
|
||||||
1. Create a `README.md` that explains how to use the example. (Use
|
1. Create a `README.md` that explains how to use the example. (Use
|
||||||
[the README template](https://github.com/ory/examples/blob/master/_common/README)).
|
[the README template](https://github.com/ory/examples/blob/master/_common/README)).
|
||||||
@ -163,7 +163,7 @@ checklist to contribute an example:
|
|||||||
|
|
||||||
Unless you are fixing a known bug, we **strongly** recommend discussing it with
|
Unless you are fixing a known bug, we **strongly** recommend discussing it with
|
||||||
the core team via a GitHub issue or [in our chat](https://www.ory.sh/chat)
|
the core team via a GitHub issue or [in our chat](https://www.ory.sh/chat)
|
||||||
before getting started to ensure your work is consistent with Ory Ory Oathkeeper Maester's
|
before getting started to ensure your work is consistent with Ory Ory Hydra Maester's
|
||||||
roadmap and architecture.
|
roadmap and architecture.
|
||||||
|
|
||||||
All contributions are made via pull requests. To make a pull request, you will
|
All contributions are made via pull requests. To make a pull request, you will
|
||||||
@ -183,7 +183,7 @@ request, go through this checklist:
|
|||||||
1. Add a descriptive prefix to commits. This ensures a uniform commit history
|
1. Add a descriptive prefix to commits. This ensures a uniform commit history
|
||||||
and helps structure the changelog.
|
and helps structure the changelog.
|
||||||
Please refer to this
|
Please refer to this
|
||||||
[list of prefixes for Ory Oathkeeper Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml)
|
[list of prefixes for Ory Hydra Maester](https://github.com/ory/hydra-maester/blob/master/.github/semantic.yml)
|
||||||
for an overview.
|
for an overview.
|
||||||
1. Sign-up with CircleCI so that it has access to your repository with the
|
1. Sign-up with CircleCI so that it has access to your repository with the
|
||||||
branch containing your PR. Simply creating a CircleCI account is sufficient
|
branch containing your PR. Simply creating a CircleCI account is sufficient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user