Fork the repository and create a new branch for your contribution.
Follow the coding guidelines for your code.
Test your code before committing and pushing it.
Use semanticarrow-up-right commit messages for your commits.
Use the same code style and formatting as the rest of the project.
Optional: Use an IDE that supports .editorconfig files.
.editorconfig
Use meaningful names for variables, classes, and methods.
Write clear comments to explain complex parts of your code.
Ensure your code is easy to read and maintain.
Last updated 1 year ago