Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

22 lines (20 loc) · 1.28 KB

Contribution Guide

  1. Fork the repository
  2. Clone the forked repo to your local machine
  3. Run npm i or npm install in the terminal to install all the dependencies
  4. Start the project in your local server by running npm start in the terminal.
  5. Do the necessary changes in the required files
  6. Create commit for every file change and
  7. Please follow the sticker guide in the comment for every commit:
    • 💅 for any style change
    • 🦄 for any asset change
    • 🛠️ for any code change other than style
    • 📕 for any data change in .json or .md files
    • 🏷️ for adding a new file/folder
    • 🧩 for any package addition
    • 🪲[one of the above] for any bug fix
  8. Raise a Pull request (don't forget to name it appropriately, and I would love the practice of describing changes in the comment section of the Pull Request) in the main repository for review.

What's next?
Akhlak Hossain Jim will review your code, and if there is an issue with the code, he will add a comment there you can solve those, and/or if everything looks fine your Pull Request will be merged.