clubgamma / directlywa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter App - DirectlyWA

Direct WhatsApp ( DirectlyWA ) an app to go to chat of any number that is on whatsapp . Not limited to only this . Other features like getting quotes , meme and sharing from in app. Reminder to schedule the message via push notification.

😇About the repository

This Repository is created on purpose to get open-source contribution and include the project on hacktoberfest 2022. As name suggest the repo belongs to an app created using flutter.

📢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
  • For one or more contributor on same issue best PR will be only merged.
  • 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 (Just for sake of Tracking)

Step Two

  • After succesfully following the above steps, open Git Bash on your PC/ Mac.
  • Create a new branch and checkout the branch: $ git checkout -b "branchname" ( 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")
  • Verify the code by testing on your side on emulator / real device according to your preference.
  • Push the changes to make a successful PR: $ git push origin your-branch-name
  • That's it 🎉💥

Building Flutter Project

  • After you cloned the repo run flutter pub get in terminal.
  • Make changes changes according to issue assigned to you.
  • For running project flutter run

👀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.
  • Can add features that you think can be helpfull in app

Later Plan

  • We are gonna publish the app to play store and add a screen of contributors .

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



Onwed and managed by Club Gamma 💗

About


Languages

Language:C++ 46.4%Language:CMake 40.2%Language:HTML 4.0%Language:Dart 3.3%Language:C 3.2%Language:Swift 2.6%Language:Kotlin 0.3%Language:Objective-C 0.1%