@@ -5,7 +5,7 @@ The following steps are based on [flutter/plugin's contributing guide](https://g
## Creating a fork
* 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.
* Fork [this repository](https://github.com/creativecreatorormaybenot/wakelock/new) using the "Fork" button in the upper right corner of the repository's GitHub page.
* Fork [this repository](https://github.com/creativecreatorormaybenot/wakelock) using the "Fork" button in the upper right corner of the repository's GitHub page.
@@ -37,4 +37,4 @@ Alternatively, you can also use `git pull-request` via [GitHub hub](https://hub.
before opening a pull request (CI also runs the integration tests).
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.
* You should also run `flutter format lib example --fix` in the root directory and make sure that `flutter analyze` does not report any errors.
\ No newline at end of file
* You should also run `flutter format lib example --fix` in the root directory and make sure that `flutter analyze` does not report any errors.