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: 10 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:11:00.000Z (about 3 years ago)
- Last Synced: 2025-03-28T11:38:36.977Z (11 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: 166
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacktoberfest22

## 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.

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.

5. Wait for a morderator to accept you pull request.
6. Acceptance of four such pull request marks the completion of the challenge.