Files
Modrinth-plus/CONTRIBUTING.md
MrSphay c02413813b
Some checks failed
Build / verify (push) Failing after 12m49s
Codex Template Compliance / template-compliance (push) Failing after 6s
Apply updated Codex repository kit
2026-05-03 22:22:57 +02:00

691 B

Contributing

This repository is a Modrinth fork. Read upstream CLAUDE.md before changing code.

Development

Use the existing monorepo commands and package boundaries. Prefer small, focused commits.

pnpm install
pnpm --filter @modrinth/app-frontend run lint
cargo fmt --check
cargo clippy --package theseus

Pull Request Readiness

  • Keep the working tree clean.
  • Run the cheapest local checks available.
  • Push and watch Gitea Actions until the workflow succeeds.
  • Document skipped checks when local toolchains are unavailable.

Security

Do not commit private tokens, credentials, signing keys, or local secrets. Use repository or organization secrets for CI.