Skip to content

Commit

Permalink
feat: add CONTRIBUTING.md for newcomers
Browse files Browse the repository at this point in the history
  • Loading branch information
devkevbot committed Jun 27, 2022
1 parent d9d3cc4 commit 99f8220
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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](https://github.com/nexxeln/create-t3-app/issues) for known issues or fixes.

## How to contribute
1. [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo) to your own GitHub account, then [clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) to your machine.
2. Follow the [README](https://github.com/nexxeln/create-t3-app#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.](https://github.com/vercel/next.js/blob/canary/contributing.md)

0 comments on commit 99f8220

Please sign in to comment.