Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 1.21 KB

Contributing to cra-template-tailwindcss-typescript

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Before you get started

First time contributing to an Open Source?
Check out Kent C. Dodds's free EggHead course, How to Contribute to an Open Source Project on GitHub.

Did you find a bug?

Ensure the bug was not already reported by searching on GitHub under Issues.

Testing

I haven't set up an automatic steps. So you'd have to test manually by following Testing a Template section in create-react-app documentation.

Source code commit

This project has commitizen to follow AngularJS's commit message convention.

So you'd have to install packages using yarn to install necessary packages.
Husky pre-commit hit works "ok" on Windows, but a bit buggy so be aware of it.