Skip to content

suffisme/HF22-Events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSEA@HacktoberFest 2022

Computer Science and Engineering Association (CSEA) NITW is accepting your contributions under the hood of Hacktoberfest!!

Contribute->Learn->Earn goodies (The first 40,000 participants who complete Hacktoberfest can elect to receive either a tree planted in their name, or the Hacktoberfest 2022 t-shirt.)



This repository will accept the Working Code Snippets for several functionalities in the languages/tech stacks given below:


  1. Flutter (Android/Web) Templates / Components
  2. Any Amazing piece of code in Python🐍 : (Decorators/packages/Amazing snippets realted to Machine Learning/ Data Science/Backend) (Neural Networks Archs-codes/Demonstration guide of new packages are heartly welcome !)
  3. React UI Components , NodeJS Magic Snippets

Read CONTRIBUTING.md for more information about contributing using GITHUB.

Celebrate Hacktoberfest by getting involved in the open source community by completing 4 quality PRs in this project.

Star⭐ this repo first

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

All valid PRs will be merged or suitable tags like hacktober-accepted will be given while spam PRs will be given spam label which will affect your participation in hactoberfest

Keep patience we will try to cover as many PRs and reduce possible delays

Quick FAQ:


What is Hacktoberfest?: A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.com/

How to contribute to this project



1) Fork and Clone this repo using $git
2) Do ... changes (follow Getting Started Steps)
3) Commit and push to your forked version !
4) Github will tell that "your branch is ahead of original repo . Do you wanna make a pull request ?" Go for it
5) After making pull request , go to "Issues" tab of repository and create new issue , body of which contains what you have done and a request to assign it to you.
6) After verification of your Pull Request (PR) we'll close the issue .

Getting started


  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
    git clone https://github.com/your-username/hacktoberfest.git 
  • Create a branch
    git checkout -b branch-name 
  • Make your changes (choose from any task)
  • Commit and push
    
    git add .
    git commit -m 'Commit message'
    git push origin branch-name 
  • Star this repository
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!

Contributing:

You can choose directory of your preferred tech stack and follow the contributing rules - make folder / proper file name and proper extension.

Read CONTRIBUTING.md for more about contributing using GITHUB website