Skip to content
Open
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
1 change: 1 addition & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ We expect this code of conduct to be honored by everyone who participates in the

This code is not exhaustive or complete, and is a living document. It serves to distill our common understanding of a collaborative, shared environment and goals. We expect it to be followed in spirit as much as in the letter, so that it can enrich all of us and the technical communities in which we participate.

Armada adheres to the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

## Our Pledge

Expand Down
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ Please try and make sure that this is linked to an [issue](https://github.com/ar

**Please keep all pull requests on a separate branch with proper name!**

### Testing

All new functionality must include tests. CI runs the full
test suite automatically on every pull request.

### Branches

#### Squashing fix-ups
Expand Down Expand Up @@ -109,6 +114,11 @@ You can view the list of [good first issues](https://github.com/armadaproject/ar

Armada developers appreciate and encourage coordinated disclosure of security vulnerabilities. If you believe you have a vulnerability to report, please contact the security team at [security@gr-oss.io](mailto:security@gr-oss.io) for triage.

## Code of Conduct

This project follows the
[Armada Code of Conduct](https://github.com/armadaproject/armada/blob/master/CODE_OF_CONDUCT.md).

## License

Armada is licensed with the Apache 2.0 license. You can find it published here:
Expand Down
Loading