Skip to content

For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!

License

Notifications You must be signed in to change notification settings

onymousproduktions/Hacktoberfest-Flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2020 - Flutter Developers


GitHub issues GitHub forks GitHub stars Github license


Welcome to GitHub!

This project is perfect for your first pull request

Instructions

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc ( git clone "url from clone option.)
  • Create a new branch for your modifications (ie. git checkout -b new-user)
  • Edit the project .dart files as per instructions below
  • Add your files (git add .), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request with label
  • Star this repository 🌟

How to make your first Pull Request

Instructions for making the changes

1. Editing the Code

Add your Full name and GitHub Username in the list[] given in lib/contributors.dart

Note: Don't remove or delete already added attendee, in case you did something like this PR won't be accepted :)

Example Code:


  // < Add your Full Name in the List[] >
  final contributorsName = [
    'Muhammad Hamza',
  ];

  // < Add your GitHub Username in the List[] >
  final gitHubUserName = [
    'm-hamzashakeel',
  ];

2. Add your profile information

Create a markdown file in your folder following the convention participant/<YOUR-USERNAME>.md.

participant/<YOUR-USERNAME>.md/

Copy the next template into your file, delete the data and fill the information with yours.

Name: YOURNAME
GitHub: USERNAME
Quote: <Any Good Quote>

Do not use special characters in the template above.

3. Wait for Pull Request to merge

We wil merge your PR, Thanks for being Patience. 🙏

4. Celebrate - you've done your first pull request!!

Yay!! Refresh your profile at Hacktoberfest and see the updates. 🎉

Author

Muhammad Hamza

LinkedIn Link

You can also follow my GitHub Profile to stay updated about my latest projects:

GitHub Follow

If you liked then Star ⭐ the repo & make sure to follow 😇 Copyright (c) 2020 MUHAMMAD HAMZA

About

For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dart 90.8%
  • Swift 6.4%
  • Kotlin 2.2%
  • Objective-C 0.6%