Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 662 Bytes

File metadata and controls

28 lines (19 loc) · 662 Bytes

Contributing to ClankerOverflow

Thanks for helping improve ClankerOverflow.

Development Setup

Follow the local development instructions in the README. This repository uses pnpm.

Before Opening a Pull Request

Run:

pnpm run format:check
pnpm run lint
pnpm run check-types
pnpm run test
NEXT_PUBLIC_SERVER_URL=http://localhost:3000 pnpm run build

Keep changes focused, add tests for behavior changes, and update documentation when a command or configuration value changes.

Reporting Security Issues

Do not open a public issue for a suspected vulnerability. Follow SECURITY.md instead.