-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
588 additions
and
1,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Format | ||
|
||
on: | ||
pull_request: | ||
push: | ||
|
||
jobs: | ||
format: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.18 | ||
- run: make format | ||
- name: Indicate formatting issues | ||
run: git diff HEAD --exit-code --color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ linters: | |
run: | ||
skip-files: | ||
- "migrate_files.go" # go-bindata | ||
- ".+_test.go" | ||
- ".+_test.go" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.github/pull_request_template.md | ||
clidoc/testdata/ | ||
healthx/openapi/patch.yaml | ||
.snapshots | ||
fixtures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ https://github.com/ory/meta/blob/master/templates/repository/common/CONTRIBUTING | |
|
||
## Introduction | ||
|
||
_Please note_: We take Ory X's security and our users' trust very | ||
seriously. If you believe you have found a security issue in Ory X, | ||
please disclose by contacting us at [email protected]. | ||
_Please note_: We take Ory X's security and our users' trust very seriously. If | ||
you believe you have found a security issue in Ory X, please disclose by | ||
contacting us at [email protected]. | ||
|
||
There are many ways in which you can contribute. The goal of this document is to | ||
provide a high-level overview of how you can get involved in Ory. | ||
|
@@ -47,11 +47,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, | ||
talk to us! You can find out our thoughts and ensure that your contribution | ||
won't clash with Ory | ||
X's direction. A great way to | ||
do this is via | ||
[Ory X Discussions](https://github.com/orgs/ory/discussions) | ||
or the [Ory Chat](https://www.ory.sh/chat). | ||
won't clash with Ory X's direction. A great way to do this is via | ||
[Ory X Discussions](https://github.com/orgs/ory/discussions) or the | ||
[Ory Chat](https://www.ory.sh/chat). | ||
|
||
## FAQ | ||
|
||
|
@@ -68,10 +66,8 @@ or the [Ory Chat](https://www.ory.sh/chat). | |
- I want to talk to other Ory X users. | ||
[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 | ||
X. | ||
Does Ory have | ||
[a Contributors License Agreement?](https://cla-assistant.io/ory/x) | ||
- I would like to know what I am agreeing to when I contribute to Ory X. Does | ||
Ory have [a Contributors License Agreement?](https://cla-assistant.io/ory/x) | ||
|
||
- I would like updates about new versions of Ory X. | ||
[How are new releases announced?](https://ory.us10.list-manage.com/subscribe?u=ffb1a878e4ec6c0ed312a3480&id=f605a41b53) | ||
|
@@ -85,8 +81,8 @@ There are many other ways you can contribute. Here are a few things you can do | |
to help out: | ||
|
||
- **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 X. | ||
Github stars help the project gain visibility and stand out. | ||
difference. This is something that everyone can do to help out Ory X. Github | ||
stars help the project gain visibility and stand out. | ||
|
||
- **Join the community.** Sometimes helping people can be as easy as listening | ||
to their problems and offering a different perspective. Join our Slack, have a | ||
|
@@ -100,11 +96,11 @@ to help out: | |
help, please share it! Bonus: You get GitHub achievements for answered | ||
discussions. | ||
|
||
- **Help with open issues.** We have a lot of open issues for Ory X and | ||
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 | ||
the issue template, asking for clarifying information, or pointing them to | ||
existing issues that match their description of the problem. | ||
- **Help with open issues.** We have a lot of open issues for Ory X and 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 the issue | ||
template, asking for clarifying information, or pointing them to existing | ||
issues that match their description of the problem. | ||
|
||
- **Review documentation changes.** Most documentation just needs a review for | ||
proper spelling and grammar. If you think a document can be improved in any | ||
|
@@ -119,16 +115,17 @@ to help out: | |
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. | ||
|
||
Check out [Ory X 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. | ||
Check out [Ory X 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. | ||
|
||
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 | ||
[Slack](https://www.ory.sh/chat) in the #community-call channel. | ||
|
||
If you want to receive regular notifications about updates to Ory X, | ||
consider joining the mailing list. We will _only_ send you vital information on | ||
the projects that you are interested in. | ||
If you want to receive regular notifications about updates to Ory X, consider | ||
joining the mailing list. We will _only_ send you vital information on the | ||
projects that you are interested in. | ||
|
||
Also [follow us on twitter](https://twitter.com/orycorp). | ||
|
||
|
@@ -163,8 +160,8 @@ checklist to contribute an example: | |
|
||
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) | ||
before getting started to ensure your work is consistent with Ory X's | ||
roadmap and architecture. | ||
before getting started to ensure your work is consistent with Ory X's roadmap | ||
and architecture. | ||
|
||
All contributions are made via pull requests. To make a pull request, you will | ||
need a GitHub account; if you are unclear on this process, see GitHub's | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.