First fork this project.
- git clone https://github.com/aiherrera/next-template-starter.git
- npm install
-
git checkout -b feature/my-feature
-
git commit -m "feature(auth): add a cool feature"
-
git push origin feature/my-feature
-
git checkout -b fix/my-fix
-
git commit -m "fix(eslint): fixes a bug ..."
-
git push origin fix/my-fix
Lastly, open a pull request on Github.