Skip to content

Commit 9bdc6f6

Browse files
authored
Merge pull request #426 from SGI-CAPP-AT2/fix-contributing-md
fix: fixed contributing document to make pull request to main
2 parents 49bb285 + 207b547 commit 9bdc6f6

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ flutter doctor
3535
flutter pub get
3636
```
3737

38-
%. Run the app:
38+
5. Run the app:
3939

4040
```bash
4141
flutter run
@@ -60,9 +60,17 @@ ___
6060
## Contributing
6161

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

0 commit comments

Comments
 (0)