Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FOLLOWING WILL TELL YOU HOW TO CONTRIBUTE TO HACKTOBERFEST
# 👍 Awesome! How and What can I Contribute?
It's very easy. Follow the below steps you need to create your -(maybe)- EXAMPLE first pull request.
1. Fork this repository by click the Fork button in the top right of this page or simply [click here](https://github.com/tarunsinghofficial/HacktoberFest/fork).
2. Create a new file and **add** a new Program code(like C++ program to implement Binary Search, etc.) in any programming language like C++, Java, Python, etc. (Note: Program must not be exist already in this repository)
2. Contributors are encouraged to add a unique program not already present in the repository. Use any language (e.g., C++, Java, Python) and ensure the code is clean, well-commented, and easy to understand. The file name should be descriptive (e.g., binary_search.cpp). Avoid duplicates, and follow good coding practices to maintain quality.
4. After adding the code, Commit your changes.
5. Create a new pull request from your forked repository (Button located at the top of your repo)
8. Star this repository!
Expand Down