Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.43 KB

contribute.md

File metadata and controls

59 lines (39 loc) · 2.43 KB

Contributing

Hey there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Rules & Regulations

  • Use any language.
  • Don't spam it will be rejected immediately
  • Python, C, C++, Java, Docker, JavaScript, Node, Data Structure and Algorithms, HTML, CSS, WebDev, Android Projects are Encouraged
  • Anything valuable for Community
  • Please check for the file your contributing is already available or not if it is available contribute something new, duplicate content will be -rejected immediately

Issues and PRs

This is a beginner friendly repository where all those people who are new to open source can contribute. The unique thing is you can use any language of your choice be it Python, C, C++, Java or useful projects written in HTML, CSS, JavaScript, Node, Data Structure and Algorithms, Android Projects which would be considered valuable to the open source community as a whole. Interested? See the #how to contribute.

How to Contribute

  • Take a look at the Existing Issues or create your own Prs with any language!
  • Fork the Repo so that you have a local copy then clone it into your PC.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.

How to make a Pull Request

1. Fork the repository by clicking on the symbol at the top right corner.

2. Clone the forked repository.

   git clone https://github.com/srinidh-007/HackotberFest2021.git

3. Make changes in source code using any code editor.

4. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

5. Push your local commits to the remote repo.

   git push 

6. Create a PR

Resources