From d84e056be477dcaadafb0ca7801cba16d6326f00 Mon Sep 17 00:00:00 2001 From: Fiqry choerudin Date: Wed, 23 Nov 2022 17:19:30 +0700 Subject: [PATCH] docs(readme): update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c263f26..9be0c0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ ![untitled](https://user-images.githubusercontent.com/25787603/203488615-7b381491-7966-4dbc-abfe-31334130eda3.png) +

+ + Follow @fiqryq_ + +

+ ### Getting Started create new project : @@ -25,3 +31,15 @@ yarn run dev - commitlint. - auto update dependencies using [Renovate](https://github.com/renovatebot/renovate). - analyzes each PR's impact on your next.js app's bundle size and displays it using a commen using [nextjs bundle analysis](https://github.com/hashicorp/nextjs-bundle-analysis). + +### 🤝 Contributing + +1. fork this repository; +2. create your branch: `git checkout -b new-feature` +3. commit your changes: `git commit -m 'feat: add some feature'` +4. push to the branch: `git push origin new-feature`. + +**After your pull request is merged**, you can safely delete your branch. + + +Made with ♥ by Fiqry choerudin