- This Repo is for beginner to start contributing to open source (Flutter) in this HacktoberFest 2k21.
- Edit the 'data.json' send a PR and wait for it get mergred.
- Also Generate the image you wanna upload from here & paste the url in
"imgURL": ""
- you should have Flutter SDK installed in your environment here.
-
Fork this repo
-
Clone the repo
git clone https://github.com/<your-username>/hacktoberfest21-flutter-gdsc-iiitv
-
Change Directory to
hacktoberfest21-flutter-gdsc-iiitv
, usingcd hacktoberfest21-flutter-gdsc-iiitv
-
Create a branch named
feature-{github-username}
, usinggit checkout -b feature-{github-username}
-
Open the current directory in your editor.
-
Add your data in 'data.json' file in given format
{
"id": prev +1,
"name": "<Your Name>",
"batch": "<Your Batch>",
"imgURL": "<Your Image URL>",
"linkedinURL":"<Your LinkedIN profile URL>",
"githubURL": "<Your GitHub profile URL>",
"twitterURL": "<Your Twitter Profile URL>"
}
- Commit the Changes and make a PR and wait it to get merged
- Flutter
- GitHub Pages