Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update github templates #407

Merged
merged 1 commit into from
Apr 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .github/banner_oathkeeper.png
Binary file not shown.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Contributing Code](#contributing-code)
- [Disclosing vulnerabilities](#disclosing-vulnerabilities)
- [Code Style](#code-style)
- [Documentation](#documentation)
- [Pull request procedure](#pull-request-procedure)
- [Communication](#communication)
- [Conduct](#conduct)
Expand Down Expand Up @@ -55,14 +56,22 @@ should be merged by the submitter after review.

## Disclosing vulnerabilities

Please disclose vulnerabilities exclusively to [hi@ory.am](mailto:hi@ory.am). Do
Please disclose vulnerabilities exclusively to [security@ory.sh](mailto:security@ory.sh). Do
not use GitHub issues.

## Code Style

Please follow these guidelines when formatting source code:

- Go code should match the output of `gofmt -s`
- Go code should match the output of `gofmt -s` and pass `golangci-lint run`.
- NodeJS and JavaScript code should be prettified using `npm run format` where appropriate.

## Documentation

Please provide documentation when changing, removing, or adding features. Documentation
resides in the project's [docs](docs) folder. Some documents are generated using `npm run gen`.

More information on the docs pipeline can be found in [docs/README.md](docs/README.md).

## Pull request procedure

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ TheCrealm.




## Ecosystem

<!--BEGIN ECOSYSTEM-->
Expand Down Expand Up @@ -241,6 +242,7 @@ to perform a certain action on a resource.




## Security

### Disclosing vulnerabilities
Expand Down