Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.84 KB

CONTRIBUTION.md

File metadata and controls

59 lines (45 loc) · 1.84 KB

Contribution Guidelines

Thank you for considering contributing to our repository! Here's how you can get started:

For Task1

  1. Fork the Repository: Click on the "Fork" button at the top right of this page to create your own copy of the repository.

  2. Clone your fork : Clone your forked repository to your local machine:

git clone cloned-repo-url
  1. Create a New Branch: Create a new branch for your feature or task:
git checkout -b 'feature-name'
  1. 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 ',
  1. Commit Your Changes: Once you've completed your task, commit your changes with a descriptive message:
git commit -m 'Add feature-name'
  1. Push to Your Branch: Push your changes to your branch:
git push origin 'feature-name'
  1. Submit a Pull Request: Go to the original repository and click on "New Pull Request". Provide a descriptive title and explain your changes.

  2. Your pull request merged successfully make sure to star the repository.

For Task 2

  1. Create a New Branch: Create a new branch for your feature or task:
git checkout -b 'feature-name'
  1. Go to Project folder and make a new folder of yourname_projectTitle and add your project:

  2. Commit Your Changes: Once you've completed your task, commit your changes with a descriptive message:

git commit -m 'Add feature-name'
  1. Push to Your Branch: Push your changes to your branch:
git push origin 'feature-name'
  1. Submit a Pull Request: Go to the original repository and click on "New Pull Request". Provide a descriptive title and explain your changes.

  2. Your pull request merged successfully make sure to star the repository.