Skip to content

MU-Enigma/Hacktoberfest22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest22

HacktoberFestBanner

Resources

The presentation for our introductory session on Git, Github and Hacktoberfest22 is as follows: Hacktoberfest22 session presentation

Content

  1. Problem Types
  2. 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
  2. Clone the forked repo to your local envoriment.
  • git clone https://github.com/<your_username>/Hacktoberfest_2022
  • cd Hacktoberfest_2022
  1. Add all changes you make
  2. 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

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