|
|
|
@ -36,22 +36,23 @@ to `pubspec_overrides.yaml` which will be ignored by `.gitignore` and will be us |
|
|
|
|
./scripts/enable_local_dev.sh |
|
|
|
|
``` |
|
|
|
|
8. Test them in the [example](./example) and add changes in there if necessary |
|
|
|
|
9. Mention the new changes in the [CHANGELOG.md](../CHANGELOG.md) in the next block |
|
|
|
|
10. Run the following script if possible |
|
|
|
|
9. Run the following script if possible |
|
|
|
|
``` |
|
|
|
|
./scripts/before_push.sh |
|
|
|
|
``` |
|
|
|
|
11. When you are done sending your pull request, run: |
|
|
|
|
10. When you are done sending your pull request, run: |
|
|
|
|
``` |
|
|
|
|
git add . |
|
|
|
|
git commit -m "Your commit message" |
|
|
|
|
git push origin your-branch-name |
|
|
|
|
``` |
|
|
|
|
this will push the new branch to your forked repository |
|
|
|
|
12. Now you can send your pull request either by following the link that you will get in the command line or open your |
|
|
|
|
|
|
|
|
|
11. Now you can send your pull request either by following the link that you will get in the command line or open your |
|
|
|
|
forked repository. You will find an option to send the pull request, you can also |
|
|
|
|
open the [Pull Requests](https://github.com/singerdmx/flutter-quill) tab and send new pull request |
|
|
|
|
13. Please wait for the review, and we might ask you to make more changes, then run: |
|
|
|
|
|
|
|
|
|
12. Please wait for the review, and we might ask you to make more changes, then run: |
|
|
|
|
``` |
|
|
|
|
git add . |
|
|
|
|
git commit -m "Your new commit message" |
|
|
|
|