-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
## Welcome to Hacktoberfest 2024!🎉 | ||
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. | ||
|
||
## Instructions for participation | ||
|
||
|
||
**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. | ||
|
||
## Repository Structure | ||
|
||
```bash | ||
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 | ||
``` | ||
|
||
|
||
## Rules and Regulations📃 | ||
|
||
|
||
* 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](https://hacktoberfest.com/participation/). | ||
|
||
**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.** | ||
|
||
### Follow us on: | ||
|
||
Spectrum Handles | ||
|
||
[<img src="https://img.shields.io/badge/github-%2324292e.svg?&style=for-the-badge&logo=github&logoColor=white">](https://github.com/Spectrum-CETB) | ||
[<img src="https://img.shields.io/badge/linkedin-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white">](https://www.linkedin.com/company/spectrum-cet/mycompany/) | ||
[<img src="https://img.shields.io/badge/instagram-%23E4405F.svg?&style=for-the-badge&logo=instagram&logoColor=white">](https://www.instagram.com/spectrum.outr/) | ||
[<img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white">](https://discord.gg/U2PzJavujD) | ||
|
||
## Happy Coding💻 ! |