-
Register for Hacktoberfest as a contributor.
-
Fork this repo.
-
Clone this repo to make them available locally.
git clone https://<username>/alu-map -
Create a new branch
git checkout mastergit checkout -M <branch_name>Please keep in mind that the branch name should be relevant to the changes you are making in the repo.
-
Make the necessary changes.
-
Commit the changes
git add .git commit -m '<the comment that specifies the changes you made>'git push -u origin <branch_name> -
Open your gitHub and open the pull request.
-
Don't Create Pull Request to update "readme.md" or the "contributions.md" File.
-
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.
-
Spammy Pull Requests will be marked spam and then closed.
-
The duplicate or copied content is strictly prohibited.
-
The topic should be relevant or will be labeled invalid.
-
Donot remove previous contents.