Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

49 lines (25 loc) · 1.55 KB

How to start contributing?

1. Register for Hactoberfest as a contributor

2. Fork this repo and make the project available locally. Run the following command for that

git clone https://<username>/Hacktoberfest2022

3. Create a branch for the changes

git checkout master

git branch -M <branch_name>

4. Make the changes. Add the file with JS program

5. Commit the changes

git add .

git commit -m 'added <the topic>'

git push -u origin <branch_name>

6. Open a Pull request in your github

7. Give this project a star

If you liked working on this project, please share this project as much as you can and star this project to help as many people in opensource as you can.

Note:

  1. Don't Create Pull Request to update "Readme.md" or the "CONTRIBUTING.md" File.

  2. Make a file for your content and make your content limited to the file only.

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

  4. The duplicate or copied content is strictly prohibited.

  5. The topic could be anything but under separate folder. Please make sure the topic doesn't get mixed up with the folders.

  6. Donot remove previous contents.

Code of Conduct

CTRL+click the GIF below