Thanks for being willing to contribute!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
- Fork the project, clone your fork, and configure the remotes:
# Clone your fork of the repo into the current directory
git clone [email protected]/<your-username>/ui_lego.git
# Navigate to the newly cloned directory
cd ui_lego
# Assign the original repo to a remote called "upstream"
git remote add upstream [email protected]:HamzaAmar/ui_lego.git
# Fetch the code and branches from remote repo "upstream"
git fetch upstream
-
Create a branch: for your PR with
git switch -c feat_nameYouWantHere
please follow the naming convention for creating branch all the time prefix with feat_ -
Run
yarn validation
before push to check if every thing OK To Make sure that you CI not yelling at you -
Push To Your Current Directory And From Then Make A pull Request To Our Repository and Thanks
- Components
- Core (Button , Input , Avatar)
- Icons
- UI ( ButtonGroup , FormInput , AvatarGroup , Pagination)
- Section ( Register , HeroSection , Articles List)
- Pages ( SignUp/SignUp , Home , Checkout , Product List)
- SCSS
- Hooks
- Utils