Skip to content

Commit 345c28e

Browse files
authored
Update README.md (#445)
1 parent 6db91a0 commit 345c28e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,3 @@ flutter run
6464
## Contributing
6565

6666
This project really needs help to finish the last pages and also in the future when the GNOME desktop changes. Any help is welcome!
67-
68-
69-
However for new contributors please follow those rules:
70-
71-
- do not over complicate things
72-
- stick to the service, viewmodel, view approach
73-
- as long as we stick to the provider package try to avoid context.watch as much as possible and always prefer context.select
74-
- as long as we stick to the provider package try to avoid provider calls as much as possible and prefer to forward callbacks and values where you can
75-
- do not split files with [the part keyword](https://dart.dev/guides/libraries/create-packages#organizing-a-package)
76-
- do not shadow function definitions with [typedef](https://dart.dev/language/typedefs)
77-
- use absolute imports

0 commit comments

Comments
 (0)