Abhishekyaduvanahi / HacktoberFest2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest Contributor Guide 🎃

Hacktoberfest 2022 is finally here, and we're pretty excited about it. Open source developers also play a crucial role in making API's accessible and compatible with different ecosystems.

What is Hacktoberfest?

Hacktoberfest is an annual festival hosted by DigitalOcean that takes place in the month of October to celebrate the open source community. As part of this 31-day celebration, contributors and open source maintainers are encouraged to work on open source projects and win swag to mark the occasion.

Steps to Contribute in repository :

Getting Started 🤩🤗:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/erx21/HacktoberFest2022
  • Navigate to project directory.
cd HacktoberFest2022
  • Add your contribution
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push 
  • Create a new pull request from your forked repository

Tips for contributors

  • PRs beyond our open issues are welcome but make sure your contributions are meaningful and beneficial to other users otherwise your PR may be closed and marked as ‘invalid’.
  • Issues before PRs. If you plan to make a contribution, please make sure there is an issue for it. You can either find an existing issue or open a new issue if none exists.
  • PRs fulfill all the required conditions will be labeled as "hacktoberfest-accepted" before merging.
  • If planning to Contribute a Code make sure it is not already present in the Repository
  • You can add any Coding Questions from any platform like GFG , Leetcode , etc..
  • Pseudo Code is acceptable.
  • Also Make sure to mention Time Complexity and Space Complexcity

Ready to make a contribution?

  • All PRs accepted will be marked as ‘hacktoberfest-accepted’ by October 31st.

Swags🔥🔥

To qualify for the official Limited Edition HacktoberFest Shirt, you must make four Pull Requests(PRs) between 1st Oct and 31st Oct. First 40,000 participants who complete the challenge will earn a T-Shirt.

About


Languages

Language:C++ 83.2%Language:Java 12.1%Language:Python 4.7%