Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.16 KB

File metadata and controls

43 lines (22 loc) · 1.16 KB

To start contributing, please follow the steps below: -

  1. Register for Hacktoberfest as a contributor.

  2. Fork this repo.

  3. Clone this repo to make them available locally.

    git clone https://<username>/alu-map

  4. Create a new branch

    git checkout master

    git checkout -M <branch_name>

    Please keep in mind that the branch name should be relevant to the changes you are making in the repo.

  5. Make the necessary changes.

  6. Commit the changes

    git add .

    git commit -m '<the comment that specifies the changes you made>'

    git push -u origin <branch_name>

  7. Open your gitHub and open the pull request.

Rules to follow: -

  1. Don't Create Pull Request to update "readme.md" or the "contributions.md" File.

  2. If you want to add corrections or have a genuine update on the existing files, try it and if it is valid - will be accepted. But you need to make the changes clear in the comment.

  3. Spammy Pull Requests will be marked spam and then closed.

  4. The duplicate or copied content is strictly prohibited.

  5. The topic should be relevant or will be labeled invalid.

  6. Donot remove previous contents.