Tweak readme and contributing guide

This commit is contained in:
Vincent Velociter
2024-07-12 10:50:52 +02:00
parent 173892d3ce
commit 3149a79e27
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -5,8 +5,9 @@
- [Set up your development environment](https://docs.flutter.dev/get-started/install);
- Communicate with other devs on [Discord](https://discord.gg/lichess).
- You may want to install a local instance of lila, [see lila wiki for that](https://github.com/lichess-org/lila/wiki/Lichess-Development-Onboarding);
- check the [docs](https://github.com/lichess-org/mobile/tree/main/docs) for more documentation
- read the [coding style guide](https://github.com/lichess-org/mobile/blob/main/docs/coding_style.md)
- don't edit manually the `app_en.arb` file! See [about internationalization](https://github.com/lichess-org/mobile/blob/main/docs/internationalisation.md) in the docs.
- check the [docs](https://github.com/lichess-org/mobile/tree/main/docs) for more documentation
### What to work on
+1 -2
View File
@@ -4,8 +4,7 @@ Second iteration of the [Lichess mobile app](https://lichess.org/mobile).
## How to contribute
The project is still in early stage of development. Drastic changes may still
happen, including project structure.
Contributions to this project are welcome!
If you want to contribute, please read the [contributing guide](./CONTRIBUTING.md).