Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

56 lines (48 loc) · 1.48 KB

Don't Forget to JOIN OUR COMMMUNITY

Join our community and ask anything. If you run into a problem please let us know. DISCORD - JOIN

STAR THE REPO

How to Contribute to this repository

  1. Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/your-username/devvsakib/power-the-web.git
  1. change the present working directory
cd power-the-web
  1. Open CMD in your current directory and install npm packages using command.
npm install
  1. Make changes in the project. Add, Commit and push the project using following commands:

Add all files

git add . 

Commit the changes

git commit -m "Write Your commit Message" 

Push the branch

git push 

OR

git push origin branch-name

Make Pull Request from Github Repository ** Star the repository. **

Adding Projects

If you want to add your project in repository, you are welcome. Please add your project in "PROJECTS" folder and make sure to name your folder as your project.
Ex:
we have a react projects in "PROJECTS" folder
and we named it "clone-tesla"

So, people will know what project it is. Make sure you added your github name and link as comment in your file. Last thing to do is, put your name. github link, email in CONTRIBUTORS.md file