Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 587 Bytes

File metadata and controls

17 lines (13 loc) · 587 Bytes

Contributing

  1. Fork the repository and clone it locally.
  2. Create a new branch for your changes.
  3. Make your changes and ensure the code works as expected.
  4. Commit your changes.
  5. Open a Pull Request.

Guidelines

  • Description: clearly describe the solution and changes brought by the PR.

  • Title: name your PR in lowercase using one of the following conventional prefixes:

    • feat: (for a new feature)
    • fix: (for a bug fix)
    • chore: (for maintenance, tooling, or non-code changes)

    Example: feat: add user authentication module