Hacktoberfest is a month-long event of open-source with various software developers from all over the world participating in it, bringing their ideas to life through various projects. It encompasses a month-long jam of skill enhancement, contribution to numerous projects and broadening of the developers’ community. Coding enthusiasts and even beginners to open-source can contribute to these projects by preparing and sharing the project for collaboration and by contributing to the betterment of the project via pull requests.
Branching Structure
-
There is one main repository, named Hacktoberfest under which there are subfolders for Beginner level coding problems and other domains such as App dev, Web Dev, Java development, Python programming.
-
Beginner-level coding problems are meant for coding enthusiasts who are starting their journey in programming and want a superb hands-on experience of Open-source as well.
-
The domains are categorized under advanced and intermediate projects folder which is a place intended for projects mounting to those particular difficulty levels.
-
Contributors are welcome to give their projects inside the domains specified, of their choice and push requests.
HacktoberFest-2023/ # Root Folder or Directory
├── coding_freshmen/ # For competetive programming and DSA questions
| ├── C/
| ├── C++/
| ├── Pyhton/
| ├── Java/
| └── README.md # Instrustions about contributing to current folder
├── projects_advanced/ # Advanced Level Projects(Domains are Listed)
| ├── AI_ML/
| ├── APPLICATION_DEVELOPMENT/
| ├── UI_UX/
| ├── WEB_DEVELOPMENT/
| ├── PROJECT_DOMAIN.md # Project Ideas Related to Each Domain
| └── README.md # Instrustions about contributing to current folder
├── projects_intermediate/ # Intermediate and Begineer Level Projects(Domains are Listed)
| ├── AI_ML/
| ├── APP_DEVELOPMENT/
| ├── UI_UX/
| ├── WEB_DEVELOPMENT/
| ├── PROJECT_DOMAIN.md # Project Ideas Related to Each Domain
| └── README.md # Instrustions about contributing to current folder
├── .gitignore
Guildlines for the contributors
├── CODE_OF_CONDUCT.md # Code of Conduct for the repository.
├── LICENSE.md
└── README.md # Description about HacktoberFest
-
Register anytime between September 26 and October 31.
-
Pull requests can be made in any GITHUB or GITLAB hosted project that’s participating in Hacktoberfest (look for the “hacktoberfest” topic).
-
Project maintainers must accept your pull/merge requests for them to count toward your total.
-
Have 4 pull/merge requests accepted between October 1 and October 31 to complete Hacktoberfest.
-
More rules can ve viewed in the official website of Hacktoberfest.
Please don't forget to star⭐ this repository. This will encourage us to bring more such events for you❤️. Also do share your contributing experience by tagging us in your social handles, we will be happy🙂 to know about it from you.
Spectrum Handles