Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 1.2 KB

Contributing to create-t3-app

Contribution guidelines

  • Be respectful, civil, and open-minded.
  • Before opening a new pull request, try searching through the issue tracker for known issues or fixes.

How to contribute

  1. Fork this repository to your own GitHub account, then clone the repository to your machine.
  2. Follow the README to install the project.
  3. Create a new branch and implement your changes.
  • Note: We use commitlint to autoupdate the changelog and versioning so make sure you follow the Conventional Commits guidelines when making commits. Do not manually update the changelog and version in the package.json.
  1. Open a pull request! All pull requests must be made to the main branch.

Thanks to Next.js. This contribution guide is inspired by the Next.js contribution guide.