Thank you for considering contributing to our repository! Here's how you can get started:
-
Fork the Repository: Click on the "Fork" button at the top right of this page to create your own copy of the repository.
-
Clone your fork : Clone your forked repository to your local machine:
git clone cloned-repo-url
- Create a New Branch: Create a new branch for your feature or task:
git checkout -b 'feature-name'
- Go to src -> Contributer -> user.js folder and your details:
'name':'your-name',
'github_username': 'your-github-username',
'about':'about-yourself',
'linkdenProfile':'your-linkden id ',
- Commit Your Changes: Once you've completed your task, commit your changes with a descriptive message:
git commit -m 'Add feature-name'
- Push to Your Branch: Push your changes to your branch:
git push origin 'feature-name'
-
Submit a Pull Request: Go to the original repository and click on "New Pull Request". Provide a descriptive title and explain your changes.
-
Your pull request merged successfully make sure to star the repository.
- Create a New Branch: Create a new branch for your feature or task:
git checkout -b 'feature-name'
-
Go to Project folder and make a new folder of yourname_projectTitle and add your project:
-
Commit Your Changes: Once you've completed your task, commit your changes with a descriptive message:
git commit -m 'Add feature-name'
- Push to Your Branch: Push your changes to your branch:
git push origin 'feature-name'
-
Submit a Pull Request: Go to the original repository and click on "New Pull Request". Provide a descriptive title and explain your changes.
-
Your pull request merged successfully make sure to star the repository.