File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ flutter doctor
35
35
flutter pub get
36
36
```
37
37
38
- % . Run the app:
38
+ 5 . Run the app:
39
39
40
40
``` bash
41
41
flutter run
60
60
## Contributing
61
61
62
62
1 . Fork the Project
63
- 2 . Create your Feature Branch (` git checkout -b feature/AmazingFeature ` )
64
- 2 . Create your Fix Branch (` git checkout -b fix/BugFix ` )
65
- 3 . Add all files(` git add . ` )
66
- 3 . Commit your Changes (` git commit -m 'Add some AmazingFeature' ` )
67
- 4 . Push to the Branch (` git push origin feature/AmazingFeature ` )
68
- 5 . Open a Pull Request in the ** develop branch**
63
+ 2 . Clone the Forked Repo. ` git clone https://github.com/[username]/taskwarrior-flutter.git `
64
+ 3 . Create a branch
65
+ - For your Feature Branch (`git checkout -b feature/AmazingFeature`)
66
+ - For your Fix Branch (`git checkout -b fix/BugFix`)
67
+ 4 . Do the changes in that branch
68
+ 5 . Add all files (` git add . ` )
69
+ - Do Not add files generated by code editor of Android Studio IDE
70
+ - Only add files that related to your feature
71
+ 6 . Commit your Changes (` git commit -m 'Add some AmazingFeature' ` )
72
+ 7 . Make sure branch is synced with main branch of ` CCExtractor/taskwarrior-flutter `
73
+ - If not, please sync it and test again
74
+ - If any conflict, resolve according to feature and test again
75
+ 7 . Push to the Branch (` git push origin feature/AmazingFeature ` )
76
+ 8 . Open a Pull Request for the ` main ` branch.
You can’t perform that action at this time.
0 commit comments