Skip to content

Flutter Developer Profile App, you can contribute by adding yourself as a developer.

Notifications You must be signed in to change notification settings

HacktoberfestSIT/Flutter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter App - Developers Profile

Flutter Developer Profile App. You can contribute by adding yourself as a developer.

😇About the repository

This Repository is based on Flutter App development, you can contribute in this project, add your own developer profile with Pictures, Name, Contact and many more.

📢General Steps to follow while contributing:

Step Zero

  • Look for issues already submitted in the Issues tab, and comment "I want to work on this issue"
  • Wait till the owner of the repo assigns you the issue, and then your'e good to go
  • If you want to add solution for a problem of your choice, "Create a new issue, submit and comment to work on the issue"

Step One

  • Once you are assigned the issue, fork the repo to your profile 🍴 by clicking the Fork button on the top right corner
  • Clone the repo to your local machine: $ git clone "your cloned repo URL" run the command in git bash on your PC/ Mac 💻
  • Now you can make the particular change or add something your own code in the file/folder
  • Add your name to the Contributors.md file

Step Two

  • After succesfully following the above steps, open Git Bash on your PC/ Mac.
  • Create a new branch by your Github username and checkout the branch: $ git checkout -b "username" (branch name should be your GitHub username strictly, Always try to make changes on a new branch rather than directly on the master branch, which can corrupt the codebase while working on some high profile, complicated program)
  • Add files changed: $ git add .
  • Commit the changes: $ git commit -m "commit message" (commit message should be meaningful and precise, example: git commit -m "changing the css of home button")
  • Push the changes to make a successful PR: $ git push origin your-branch-name
  • That's it 🎉💥

👀Make a Meaningful PR

  • Don't make a spam PR, if found you will be disqualified from Hacktoberfest
  • Try to understand the problem discussed in the issue
  • Make PR which is thoughtful
  • Don't forget to write your name on the Contributors.md file

🌸 Kind of Contributions you can make

  • The first and the most easy kind of contribution you can make is changing the Documentation.
  • You can add yourself as Developer.
  • You can add your own developer profile with Pictures, Name, Contact.
  • Or any kind of change you find valid for the betterment of the app.

All the best and don't forget to Star ⭐ this repository. 😁



Onwed and managed by Alok Kumar Sah 💗

About

Flutter Developer Profile App, you can contribute by adding yourself as a developer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages