Skip to content

HemantPra389/Flutter-Open-Source-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

HacktoberFest2022 Flutter opensource apps

About Submit Just 4 PRs to earn SWAGS and Tshirts🔥

Contributers 🏆

Made with contrib.rocks.

🌱 Contributing to hacktoberfest 2022

Hacktoberfest 2022


Welcome to hacktoberfest 2022 Public Repository. 👨🏻‍💻

🗣 A month-long celebration from September 26 to October 31 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.

📢 Register here for Hacktoberfest and make four pull requests (PRs) and Complete the challenge between from September 26 and October 31 to grab free SWAGS and earn a limited edition T-shirt 🔥.


Rules

  • Don't use filthy words and be welcome for beginners and other people in this community.

Github Contribution Rules

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
  • To get a shirt, you must make 4 approved pull/merge requests on opted-in projects between September 26 and October 31 in any time zone.
  • This year, the first 40,000 participants can earn a T-shirt.

What can You contribute ⚠️

  • There are language Specific folders in the repository choose any you're comfortable with if not, make one.
  • Inside the Projects folder, Upload the unique projects with proper project title.
  • Contribute your small or mini projects, that can be in different languages.
  • Make sure your follow the below steps.

Process are as follows :-

  • Login using github @ Hacktoberfest
  • Create four valid pull requests (PRs) between September 26 and October 31.

How to Contribute to this repository

  • Fork the repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone the forked repository to your local machine.
git clone https://github.com/HemantPra389/Flutter-Open-Source-Apps
  • Change the present working directory.
cd HacktoberFest2022
  • Add/Create your project to the specific folder as described in what you can contribute section.
  • Make a new branch.
git checkout -b branch-name
  • Make change in the repository with the new branch.
  • push the changes.
git add .
git commit -m "Your commit Message"
git push origin branch-name
  • Make a pull request.
  • Star the repository.

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code whereever necessary.