Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mu-enigma/hacktoberfest22
The Hacktoberfest22 repository from Enigma, the CS club.
https://github.com/mu-enigma/hacktoberfest22
appwrite digitalocean docker git github hacktoberfest hacktoberfest2022 open-source opensource pull-request
Last synced: 3 months ago
JSON representation
The Hacktoberfest22 repository from Enigma, the CS club.
- Host: GitHub
- URL: https://github.com/mu-enigma/hacktoberfest22
- Owner: MU-Enigma
- Created: 2022-10-06T11:00:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:11:00.000Z (about 2 years ago)
- Last Synced: 2024-11-08T11:46:39.593Z (3 months ago)
- Topics: appwrite, digitalocean, docker, git, github, hacktoberfest, hacktoberfest2022, open-source, opensource, pull-request
- Language: Python
- Homepage: https://hacktoberfest.com
- Size: 41.7 MB
- Stars: 8
- Watchers: 2
- Forks: 171
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacktoberfest22
![HacktoberFestBanner](assets/banner.jpeg)## Resources
The presentation for our introductory session on Git, Github and Hacktoberfest22 is as follows:
[Hacktoberfest22 session presentation](assets/sessionPres.pdf)## Content
1. [Problem Types](#problem-types)
2. [How to Contribute](#how-to-contribute)## Problem Types
### Type 1
- No Code
- Competition to design logo for 0_Day (CyberSecurity workshop), Shader(Gamedev community) and Lamp(Webdev community)### Type 2
- Low/Medium Code
- Generate images using Stable Diffusion or Create a Tic-Tac-Toe game
- Or Commit to any Enigma Github repository### Type 3
- High Code
- Programming problems with DSA questions## How to Contribute
1. Fork this repo.
![Fork](assets/fork.png)
2. Clone the forked repo to your local envoriment.
- `git clone https://github.com//Hacktoberfest_2022`
- `cd Hacktoberfest_2022`
3. Add all changes you make
4. Open a Pull Request
#### Every problem must have only one Pull request. Do not club multiple solutions in a single Pull request, it will be rejected.![PR](assets/pullreq.png)
5. Wait for a morderator to accept you pull request.
6. Acceptance of four such pull request marks the completion of the challenge.