📖 A Guide for your first pull request

Overview

📖 A Guide for your first pull request

This project has been excluded by Hacktoberfest 2022


This project will help you to make your first pull request for Hacktoberfest .

⚙️ Setup

  1. Git installed on your computer (You can download it from https://git-scm.com/downloads )
  2. Sign In to your GitHub account. If you don’t have one yet, Sign Up with your new GitHub account.
  3. Microsoft Visual Studio Code (There are many alternatives and you may stick with your favorite one)

😊 Prerequisites

A basic understanding of Git concepts and commands, such as working with repositories, forks, clones, branches, staging changes, and pushing commits. 👉 Learn Git and Github 👉 Register for Hacktoberfest

🤝 Contribute

Become a open source contributor in six easy steps and win goodies 👕 for yourself.

📝 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)
  • 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/contributorsList.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[] >
   const data = [
    {"name": "Dip Hire", "username": "diphire"},
    {"name": "Your Name", "username": "yourusername"},
    ];

2. Add your profile information

Create a markdown file (Readme.md) in your folder following the convention participant/.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: 

Do not use special characters in the template above.

3. Wait for Pull Request to be Labelled

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. 🎉

Contributers 🏆

Comments
  • Added lines as per your instructions

    Added lines as per your instructions

    HACKTOBERFEST-ACCEPTED

    Hello friend My name is Samarthku. I am begenner in this field. Please kindly merge my PRs #HACKTOBERFEST-ACCEPTED HACKTOBERFEST-ACCEPTED2022 Thanku

    hacktober-accepted hacktoberfest 
    opened by Samarthku 2
  • participant/<JayM2510>.md/

    participant/.md/

    Name: JAYADITYA MISHRA GitHub: JayM2510 Quote: "Flying without having wings, travelling without moving, seeing the entire universe without opening eyes."

    hacktober-accepted 
    opened by JayM2510 2
  • Knowmore overflow

    Knowmore overflow

    The card was overflowing in know more screen issue is resolved

    What I have changed is: I have changed the height of GlassmorphicContainer from static value to screen size by using a media query

    opened by syedmehtabali 1
  • EXCLUDED by hacktoberfest 2022

    EXCLUDED by hacktoberfest 2022

    Screenshot 2022-10-11 at 11 47 26 PM

    Your PR/MR was submitted to a repository that has been excluded from Hacktoberfest as it does not follow the values of the event. It will not count towards your participation.

    For more information about how exactly we validate PR/MRs for contributors, check the details on our participation page.

    opened by khimji9883 1
  • Create grid view option

    Create grid view option

    Hi, I want to create grid view option for displaying user name. Basically there will be two option grid view and list view. User will choose any displaying option. Please assign this task to me.

    opened by SudiptaAChy 1
Owner
Dip Hire
A Student who hates studies and loves Code x Design 🧑‍💻| Flutter 💙| UI/UX Enthusiast ✨| Script kiddie 👾 | Content Creator 😎| おたく 🤓| ¯\_(ツ)_/¯
Dip Hire
A CLI tool to verify the test coverage of a pull request only, ignoring the rest of the project

This is a CI tool that analyzes the coverage rate of a pull request, ignoring the lines that were not changed in the PR. Motivation The coverage rate

Tales Barreto 3 Dec 15, 2022
Automatically generate profile picture with random first name and background color. But you can still provide pictures if you have them. As the default color, based on the name of the first letter. :fire: :fire: :fire:

FLUTTER PROFILE PICTURE Automatically generate profile picture with random first name and background color. But you can still provide pictures if you

Aditya Dharmawan Saputra 10 Dec 20, 2022
Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.

pull_to_refresh_notification Language: English | 中文简体 widget to build pull to refresh effects. Web demo for PullToRefreshNotification Chinese blog pul

FlutterCandies 165 Dec 28, 2022
🧾 Flutter widget allowing easy cache-based data display in a ListView featuring pull-to-refresh and error banners.

Often, apps just display data fetched from some server. This package introduces the concept of fetchable streams. They are just like normal Streams, b

Marcel Garus 17 Jan 18, 2022
Boozin fitness - A sample app to that will pull data from Google Fit to get the steps count and calories burned

boozin_fitness A sample app to that will pull data from Google Fit to get the st

Abhishek Kumar Gupta 1 Nov 23, 2022
An easy way to use pull-to-refresh.

MJRefresh An easy way to use pull-to-refresh ?? ✍??Release Notes: more details Contents New Features Dynamic i18n Switching SPM Supported Swift Chaini

M了个J 13.7k Dec 29, 2022
GetX Architecture for large scale project, This project include - pagination, pull to refresh, localization, network call and advance error handling

GetX Architecture for large scale project, This project include - pagination, pull to refresh, localization, network call and advance error handling

Wai Han Ko 5 Nov 29, 2022
A Flutter widget that checks and displays the version status of application and you can easily guide user to update your app

A most easily usable Flutter widget about application version check! 1. About 1.

Kato Shinya 1 Dec 16, 2021
A guide to using Riverpod in your project.

riverpod_explorer A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you starte

Temitope Ajiboye 10 Dec 5, 2022
A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

dio_http A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout

null 46 Dec 19, 2021
Youtube API in Dart app. Used for downloading media and search request.

Youtube API Youtube API made by using Dart and Flutter in a cross-platform app. Used for downloading media and search request. For an idea of how the

Avian Silviu-Gabriel 0 Nov 4, 2021
A Flutter plugin to request the device unlock screen.

device_unlock A Flutter plugin to request the device unlock screen on Android and iOS. How does it work The following attempts and fallbacks are made:

Cíngulo 19 Sep 7, 2022
A sample app of using the image_picker + path_provider and permission_handler package to request permission and store photos on mobile

image_picker_example A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you sta

iang12 4 Apr 19, 2022
A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

Language: English | 中文简体 dio A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File

Flutter中国开源项目 11.2k Jan 3, 2023
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

Flutter permission_handler plugin The Flutter permission_handler plugin is build following the federated plugin architecture. A detailed explanation o

Baseflow 1.7k Dec 31, 2022
Http request inspector for Flutter application

Alice Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be

Hau Tran 8 Dec 14, 2022
Unloc customizations of the Permission plugin for Flutter. This plugin provides an API to request and check permissions.

Flutter Permission handler Plugin A permissions plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check perm

Unloc 1 Nov 26, 2020
This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.

Flutter Permission Plugins Deprecation Notice This repository has been replaced by the Flutter permission_handler plugin and will not longer be mainta

Baseflow 51 Dec 13, 2021
Hava Durumu Uygulaması - Temel Api Request

Hava Ne Durumda Bu uygulama temelde apilerle nasıl çalışılır, apiden veri nasıl GET edilir gibi işlemleri anlamak için yapılmıştır. Uygulama Fotoğrafl

Mehmet Ege Aydın 4 Jun 14, 2022