- Fork the repository and clone it locally.
- Create a new branch for your changes.
- Make your changes and ensure the code works as expected.
- Commit your changes.
- Open a Pull Request.
-
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