Skip to content
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
37 changes: 0 additions & 37 deletions CODE_OF_CONDUCT.md

This file was deleted.

10 changes: 2 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,8 @@ Use GitHub issues for bugs and concrete proposals. Include:
- `xo` / commit version if relevant;
- a minimal reproduction when possible.

## Code of conduct

All participation is governed by [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
(same policy as other Modoterra projects). Report conduct issues to
[oss@modoterra.xyz](mailto:oss@modoterra.xyz).

Maintainers may refuse or revert contributions that violate the CLA, project
standards, or the code of conduct.
Maintainers may refuse or revert contributions that violate the CLA or project
standards.

## Security

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,16 @@ which assigns copyright and IP in your contribution to Modoterra Corporation.

- How to contribute: [`CONTRIBUTING.md`](CONTRIBUTING.md)
- Contributor License Agreement: [`CLA.md`](CLA.md)
- Code of conduct: [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
- Security: [`SECURITY.md`](SECURITY.md)
- Help wanted (broad): [`docs/roadmap.md`](docs/roadmap.md#help-wanted-broad-scope)

Pull requests run a **Linux** gate (build, smoke, `echo26`). Multi-OS release
builds run only when a GitHub Release is published.

## Community

Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host. Write community@modoterra.xyz if you need us.

## License

Licensed under the [MIT License](LICENSE).
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ lives under `www/` and is published at [https://xo.run](https://xo.run).
| [`../CONTRIBUTING.md`](../CONTRIBUTING.md) | How to contribute; CLA by submission |
| [`../CLA.md`](../CLA.md) | Contributor agreement (IP assignment to Modoterra) |
| [`../LICENSE`](../LICENSE) | MIT License (copyright Modoterra Corporation) |
| [`../CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md) | Community conduct (Modoterra policy) |
| [`../SECURITY.md`](../SECURITY.md) | Vulnerability reporting (`security@modoterra.xyz`) |
| [`architecture.md`](architecture.md) | Crate ownership and pipeline sketch |
| [`sota-gaps.md`](sota-gaps.md) | Current vs SOTA spine; gap inventory |
Expand Down
Loading