Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 839 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 839 Bytes

Contributing

  • Use conventional commits. Example: feat: add login feature.
  • Add unit tests. Ensure all new features and bug fixes are covered by unit tests. Run existing tests before submitting your PR.
  • Write documentation. Update the Documentation~/ directory with relevant information about your changes.
  • Small Pull Requests. Submit a few small PRs instead of a single large one. This makes reviewing faster and more manageable.
  • Minimalism and simplicity. Prioritize minimalistic, simple, and user-friendly solutions. Avoid unnecessary complexity in project namespace.
  • Avoid overly complex names. Simple names are usually more readable and easier to understand, especially in mathematical expressions and for internal use.