Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 2.5 KB

README.md

File metadata and controls

86 lines (53 loc) · 2.5 KB

Toggling-dashboard

This repository contains a single page-dashboard with simplistic design.💖

How to Contribute?

We value all the people who are interested in contributing to Toggling Dashboard website. This is required to create a unified development environment.These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

We want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Submitting a fix
  • Proposing new features

Steps

1. Fork this repository.

2. Clone the forked repository.

git clone --depth 1 https://github.com/<your_user_name>/Toggling-dashboard.git

3. Navigate to the project directory.

cd Toggling-dashboard

4. Add a reference to the original repository.

git remote add upstream https://github.com/Vaibhavabhaysharma/Toggling-dashboard.git

5. See changes using

git remote -v

6. Create a new branch.

git checkout -b <your_branch_name>

7. Always take a pull from the upstream repository to your master branch to keep it at par with the main project.

git pull upstream master

8. Make changes in the source code after getting yourself assigned by the mentors.

9. Add and then commit your changes.

git add .
git commit -m "<your_commit_message>"

10. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

11. Create a Pull Request!

12. Finally, go to your repository in browser and click on compare and pull requests.

13. Then add a title and description to your pull request that explains your precious effort.

14. Click on Create Pull Request.

Congratulations! Sit and relax, you've made your contribution to Toggling Dashboard project.