Apply updated Codex repository kit
Some checks failed
Build / verify (push) Failing after 12m49s
Codex Template Compliance / template-compliance (push) Failing after 6s

This commit is contained in:
MrSphay
2026-05-03 22:22:57 +02:00
parent b2e09396ba
commit c02413813b
10 changed files with 335 additions and 1 deletions

25
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,25 @@
# 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.
```bash
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.