Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 1.42 KB

Types of contributions 📝

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

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.

🛠️ Pull requests

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.

✨ Commits

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. 😉