Contributing Guidelines
Contributing Guidelines
Thank you for contributing to the Acme platform. Please follow these guidelines to keep our codebase consistent and maintainable.
All code changes must go through a pull request with at least one approval. Write meaningful commit messages following the Conventional Commits spec (feat:, fix:, chore:, etc.). Every PR should include relevant tests and update documentation if public APIs change.
We use kebab-case for file names, PascalCase for component names, and camelCase for variables and functions. TypeScript is required for all new code with strict mode enabled. Avoid using `any` types; prefer proper typed interfaces.
Last edited by Sarah Chen, about 1 year ago