creativecreatorormaybenot
Committed by GitHub

1.3.0

@@ -5,7 +5,7 @@ The following steps are based on [flutter/plugin's contributing guide](https://g @@ -5,7 +5,7 @@ The following steps are based on [flutter/plugin's contributing guide](https://g
5 ## Creating a fork 5 ## Creating a fork
6 6
7 * If you have not yet configured your machine with an SSH key that is known to GitHub, then follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/) to generate an SSH key. 7 * If you have not yet configured your machine with an SSH key that is known to GitHub, then follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/) to generate an SSH key.
8 - * Fork [this repository](https://github.com/creativecreatorormaybenot/wakelock/new) using the "Fork" button in the upper right corner of the repository's GitHub page. 8 + * Fork [this repository](https://github.com/creativecreatorormaybenot/wakelock) using the "Fork" button in the upper right corner of the repository's GitHub page.
9 * `git clone git@github.com:<github_user_name>/wakelock.git` 9 * `git clone git@github.com:<github_user_name>/wakelock.git`
10 * `cd wakelock` 10 * `cd wakelock`
11 * `git remote add upstream git@github.com:creativecreatorormaybenot/wakelock.git` 11 * `git remote add upstream git@github.com:creativecreatorormaybenot/wakelock.git`
@@ -37,4 +37,4 @@ Alternatively, you can also use `git pull-request` via [GitHub hub](https://hub. @@ -37,4 +37,4 @@ Alternatively, you can also use `git pull-request` via [GitHub hub](https://hub.
37 before opening a pull request (CI also runs the integration tests). 37 before opening a pull request (CI also runs the integration tests).
38 This way you can ensure that any changes you have made work properly. Furthermore, you might also want to add some tests if you implement new functionality. 38 This way you can ensure that any changes you have made work properly. Furthermore, you might also want to add some tests if you implement new functionality.
39 39
40 - * You should also run `flutter format lib example --fix` in the root directory and make sure that `flutter analyze` does not report any errors.  
  40 + * You should also run `flutter format lib example --fix` in the root directory and make sure that `flutter analyze` does not report any errors.