You can contribute to this project in several ways.
Please follow this guide when raising issues, and contributing to the ts-nextjs-boilerplate-starter repository.
Issues are used to track tasks that contributors can help with.
If you've found any problem, search open issues to see if someone else has reported the same thing. If it's something new, open an issue. We'll use the issue to have a conversation about the problem you want to fix.
A pull request is a way to suggest changes in our repository. When we merge those changes, they should be deployed as soon as possible. You can create a new pull request and view current pull requests.
This project uses Prettier and ESLint for its code formatting and validation.
Use Conventional Commits rules to create your commits and don't forget about unit tests. 😉