Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@935cc04
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 22, 2022
1 parent f30efed commit 11ead73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
12 changes: 3 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,9 @@ request, go through this checklist:
changes against the `master` branch.
1. Run the full project test suite with the `go test -tags sqlite ./...` (or
equivalent) command and confirm that it passes.
1. Run `make format` if a `Makefile` is available, `gofmt -s` if the project is
written in Go, `npm run format` if the project is written for NodeJS.
1. Run `make format`
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 Keto](https://github.com/ory/keto/blob/master/.github/semantic.yml)
for an overview.

Expand Down Expand Up @@ -232,11 +230,7 @@ Please disclose vulnerabilities exclusively to

## Code style

Please follow these guidelines when formatting source code:

- 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.
Please run `make format` to format all source code following the Ory standard.

### Working with forks

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11ead73

Please sign in to comment.