|
1 | 1 | # Contribution Guidelines |
2 | 2 |
|
3 | | -**Note:** If these contribution guidelines are not followed your issue or PR might be closed, so |
| 3 | +**Note :** If these contribution guidelines are not followed your issue or PR might be closed, so |
4 | 4 | please read these instructions carefully. |
5 | 5 |
|
6 | 6 | ## Contribution types |
@@ -64,17 +64,10 @@ Then, to download required dependencies, run the following command in the app di |
64 | 64 | flutter pub get |
65 | 65 | ``` |
66 | 66 |
|
67 | | -You will then need to configure your Firebase environment : |
68 | | - |
69 | | -```shell |
70 | | -dart pub global activate flutterfire_cli |
71 | | -flutterfire configure |
72 | | -``` |
73 | | - |
74 | 67 | Now, generate the remaining files required by Open Authenticator : |
75 | 68 |
|
76 | 69 | ```shell |
77 | | -dart run build_runner build |
| 70 | +dart run build_runner build --delete-conflicting-outputs |
78 | 71 | dart run slang |
79 | 72 | dart run open_authenticator:generate |
80 | 73 | ``` |
@@ -161,8 +154,8 @@ dart run open_authenticator:version |
161 | 154 | Note that you need a Github PAT that has write access to the current repository. It should be put |
162 | 155 | in a `.env` file under the key `GITHUB_PAT`. |
163 | 156 |
|
164 | | -[GitHub issue]: https://github.com/Skyost/OpenAuthenticator/issues |
165 | | -[GitHub issues]: https://github.com/Skyost/OpenAuthenticator/issues |
166 | | -[PRs]: https://github.com/Skyost/OpenAuthenticator/pulls |
| 157 | +[GitHub issue]: https://github.com/openauthenticator-app/openauthenticator/issues |
| 158 | +[GitHub issues]: https://github.com/openauthenticator-app/openauthenticator/issues |
| 159 | +[PRs]: https://github.com/openauthenticator-app/openauthenticator/pulls |
167 | 160 | [pubspec doc]: https://dart.dev/tools/pub/pubspec |
168 | 161 | [conventional commit]: https://www.conventionalcommits.org |
0 commit comments