Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 864 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 864 Bytes

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.
  4. Open a pull request!

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