Skip to content

Commit a7b9c12

Browse files
author
Maeda614
committed
Contributions
1 parent 5e582a9 commit a7b9c12

File tree

1 file changed

+53
-4
lines changed

1 file changed

+53
-4
lines changed

README.md

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ One of the first simple apps I created while on my journey to learn flutter.
1313
<pre><a href="https://github.com/ishandeveloper/Chatter-App/raw/master/app.apk">https://github.com/ishandeveloper/Chatter-App/raw/master/app.apk</a></pre>
1414

1515

16-
##### Demo
16+
### Demo
1717

1818
<img src="https://github.com/ishandeveloper/Chatter-App/blob/master/Screenshots/demo.gif?raw=false" width="30%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/ishandeveloper/Chatter-App/blob/master/Screenshots/1.jpg?raw=false" width="30%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/ishandeveloper/Chatter-App/blob/master/Screenshots/animate.gif?raw=false" width="30%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/ishandeveloper/Chatter-App/blob/master/Screenshots/2.jpg?raw=false" width="30%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="https://github.com/ishandeveloper/Chatter-App/blob/master/Screenshots/3.jpg?raw=false" width="30%">
1919

20-
##### Dependencies
20+
21+
### Dependencies
2122

2223
1. [Font_Awesome_Flutter](https://pub.dev/packages/font_awesome_flutter)
2324

@@ -50,11 +51,59 @@ cd \Chatter-App
5051
```bash
5152
flutter run
5253
```
53-
####
54+
55+
## Requirements to contribute
56+
57+
- Basic knowledge of programming is mandatory
58+
- The ability to use Git and GitHub
59+
- Some knowledge of Dart and how to use Flutter is preferrable for a head start.
60+
- UI/UX Design skills are appreciable but not mandatory
61+
- Some idea about Firebase or willingness to learn it
62+
63+
### How to make a Pull Request:
64+
65+
**1.** Fork [this](https://github.com/ishandeveloper/Chatter-App) repository.
66+
67+
**2.** Clone the forked repository.
68+
69+
```terminal
70+
git clone https://github.com/<your-github-username>/Chatter-App
71+
```
72+
73+
**3.** Navigate to the project directory.
74+
75+
```terminal
76+
cd Chatter-App
77+
```
78+
79+
**4.** Checkout from master to development branch.
80+
81+
```terminal
82+
git checkout development
83+
```
84+
**5.** Make changes in source code.
85+
86+
**6.** Commit your changes.
87+
88+
```terminal
89+
git add .
90+
git commit -m "<your_commit_message>"
91+
```
92+
93+
**7.** Push your local branch to the remote repository.
94+
95+
```terminal
96+
git push -u origin development
97+
```
98+
99+
**8.** Create a Pull Request!
100+
101+
**Congratulations!** :boom: Sit and relax, you've made your contribution to [Chatter App] (https://github.com/ishandeveloper/Chatter-App) project.
102+
54103

55104
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
56105

57106
##### Made with ♥ by <a href="https://github.com/ishandeveloper">ishandeveloper</a>
58107

59108

60-
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/ishandeveloper)
109+
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/ishandeveloper)

0 commit comments

Comments
 (0)