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

Spelling #1

Merged
merged 5 commits into from Mar 22, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -48,7 +48,7 @@ The commit contains the following structural elements, to communicate intent to

* BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type.

* types other than fix: and feat: are allowed, for example @commitlint/config-conventional (based on the the Angular convention) recommends build:, chore:, ci:, docs:, style:, refactor:, perf:, test:, and others.
* types other than fix: and feat: are allowed, for example @commitlint/config-conventional (based on the Angular convention) recommends build:, chore:, ci:, docs:, style:, refactor:, perf:, test:, and others.

* footers other than BREAKING CHANGE: <description> may be provided and follow a convention similar to git trailer format.

Expand All @@ -66,9 +66,9 @@ When you're ready, submit a pull request!

* All changes are required to be [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) Licensed.

* Dependencies & sub dependencies have to have compatible licenses. The existing repositories have [FOSSA checks](https://fossa.com/) integrated as part of their Github Actions CI/CD workflow. New repositories will need to have similar checks in place.
* Dependencies & sub dependencies have to have compatible licenses. The existing repositories have [FOSSA checks](https://fossa.com/) integrated as part of their GitHub Actions CI/CD workflow. New repositories will need to have similar checks in place.

* New contributions have to pass several security tests. The existing repositories have [Snyk](https://snyk.io/) and [Semgrep](https://semgrep.dev/) integrated as part of their Github Actions CI/CD workflow. New repositories will need to have similar checks in place.
* New contributions have to pass several security tests. The existing repositories have [Snyk](https://snyk.io/) and [Semgrep](https://semgrep.dev/) integrated as part of their GitHub Actions CI/CD workflow. New repositories will need to have similar checks in place.

* Contributions should introduce minimal to no dependencies. This helps with maintenance as well as security and legal considerations.

Expand Down
8 changes: 4 additions & 4 deletions GOVERNANCE.md
Expand Up @@ -14,7 +14,7 @@ For copyright and trademark information, see [Trademark Usage](https://www.linux

## Roles and Responsibilities

OpenFGA uses a Teams concept to divide up roles and responsibilities. Teams are defined in Github.
OpenFGA uses a Teams concept to divide up roles and responsibilities. Teams are defined in GitHub.

### Teams
Currently there are three main teams:
Expand Down Expand Up @@ -53,13 +53,13 @@ The @product team is concerned with iterating on the product itself. They govern

#### Contributors

The @contributors team exists to keep track of and grant certain priveliges to anyone who contributes to the product.
The @contributors team exists to keep track of and grant certain privileges to anyone who contributes to the product.

### Joining a team

Anyone can become a member of @contributors team: reach out to anyone on the @core or @product teams via any of the channels in the [Support](#support) section with a request to join and they will make the change.

From there, when someone has a will to be more involved in any of the other teams' responsibilities, and have made significant enough contributions to the product, being promoted to being a member of the @core or @product teams requires making a request and recieving a majority vote from those teams. For more info, see the [Governance-Related Policies and Procedures](#governance-related-policies-and-procedures) section.
From there, when someone has a will to be more involved in any of the other teams' responsibilities, and have made significant enough contributions to the product, being promoted to being a member of the @core or @product teams requires making a request and receiving a majority vote from those teams. For more info, see the [Governance-Related Policies and Procedures](#governance-related-policies-and-procedures) section.

### Leaving a team

Expand Down Expand Up @@ -89,6 +89,6 @@ We welcome contributions from the broader community! If you would like to contri

If you have any questions, feedback, or ideas for OpenFGA, we would love to hear from you. Here are a few ways you can get in touch:

* Join the [OpenFGA Community](https://openfga.dev/community) in the CNCF Slack or [Github Discussions](https://github.com/orgs/openfga/discussions).
* Join the [OpenFGA Community](https://openfga.dev/community) in the CNCF Slack or [GitHub Discussions](https://github.com/orgs/openfga/discussions).
- Reach out to us [on Twitter](https://twitter.com/OpenFGA)
- Send an email to [contact@openfga.dev](mailto:contact@openfga.dev)
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -2,6 +2,6 @@

## Reporting a Vulnerability

Please use this email: security@openfga.dev to reach out to us regarding any security concerns/vulnerabilities. Please avoid using Github issues/discussions for the same.
Please use this email: security@openfga.dev to reach out to us regarding any security concerns/vulnerabilities. Please avoid using GitHub issues/discussions for the same.

All vulnerabilities and associated information will be treated with full confidentiality. We strive to reply within 5 business days.
4 changes: 2 additions & 2 deletions profile/README.md
Expand Up @@ -36,7 +36,7 @@ Centralizing your authorization logic and decisions into a single service that h

OpenFGA has high quality developer tooling, including:

- SDKs for [Go](https://github.com/openfga/go-sdk), [Javascript](https://github.com/openfga/js-sdk), [.NET](https://github.com/openfga/dotnet-sdk), [Python](https://github.com/openfga/python-sdk), [Java](https://github.com/openfga/java-sdk).
- SDKs for [Go](https://github.com/openfga/go-sdk), [JavaScript](https://github.com/openfga/js-sdk), [.NET](https://github.com/openfga/dotnet-sdk), [Python](https://github.com/openfga/python-sdk), [Java](https://github.com/openfga/java-sdk).
- A [CLI](https://github.com/openfga/cli) to operate an OpenFGA server, import/export models and tuples and test models.
- A [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=openfga.openfga-vscode) with syntax coloring and validation for models and tests.
- A [Helm Chart](https://github.com/openfga/helm-charts) to simplify deployment in Kubernetes clusters.
Expand All @@ -47,5 +47,5 @@ OpenFGA has high quality developer tooling, including:

* **Contributing**: Read this [CONTRIBUTING.md](https://github.com/openfga/.github/blob/main/CONTRIBUTING.md) guide for an outline for interacting with the OpenFGA community and its governance structure, as well as details how to write, test, and submit code changes.
* **Documentation**: Read about OpenFGA at the [project's website and documentation repository, https://openfga.dev](https://openfga.dev).
* **Community**: Join the [OpenFGA Community](https://openfga.dev/community) in the CNCF Slack or [Github Discussions](https://github.com/orgs/openfga/discussions).
* **Community**: Join the [OpenFGA Community](https://openfga.dev/community) in the CNCF Slack or [GitHub Discussions](https://github.com/orgs/openfga/discussions).
* **Community Projects**: We're building amazing things with OpenFGA. Check them out in our [Community Projects](https://github.com/openfga/community#community-projects) list.
2 changes: 1 addition & 1 deletion pull_request_template.md
Expand Up @@ -11,7 +11,7 @@ If your PR is under active development, please submit it as a "draft". Once it's
<!-- Provide a detailed description of the changes -->

## References
<!-- Provide a list of any applicable references here (Github Issue, [OpenFGA RFC](https://github.com/openfga/rfcs), other PRs, etc..) -->
<!-- Provide a list of any applicable references here (GitHub Issue, [OpenFGA RFC](https://github.com/openfga/rfcs), other PRs, etc..) -->

## Review Checklist
- [ ] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork).
Expand Down