Thanks for taking the time to contribute.
- Report bugs by opening an issue.
- Suggest enhancements by opening an issue and labeling it as an enhancement.
- Fork the repo, create a new branch, and submit a pull request.
- Work from a feature branch, not from
main. - Name your branch using this pattern:
feature/your-descriptionorbugfix/short-description.
- Ensure the PR description clearly explains the problem and solution.
- Format your code with Prettier.
- Update documentation if necessary.
- Use 2 spaces for indentation.
- Follow the existing code style.
- Run Prettier before pushing code.
- Clone the repo
- Install dependencies
- Run
python3 app.py
Follow Conventional Commits.
Please read our Code Of Conduct before contributing.