From ed8909bef9cc57fdac12ef5cb42a5a9fbbdd894f Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 30 Nov 2023 20:10:59 +0100 Subject: [PATCH] add 'point' to points to make them more a statement. --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f902f1f36..5e0ef8b4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,14 +33,14 @@ create a new topic on the [Forum](https://support.delta.chat/c/features/6). Some rough ideas, that may be helpful when thinking about how to enhance things: - Work hard to avoid options and up-front choices. - Thinking about concrete user stories may help on that -- Avoid to speak about keys and other hard to understand things in the primary UI -- The app shall work offline as well as with bad network -- Users do not read (much) -- Consistency matters + Thinking about concrete user stories may help on that. +- Avoid to speak about keys and other hard to understand things in the primary UI. +- The app shall work offline as well as with bad network. +- Users do not read (much). +- Consistency matters. - Offer only things that are highly useful to many people in primary UI. - If really needed, bury other things eg. in some menus -- The app should be for the many, not for the few + If really needed, bury other things eg. in some menus. +- The app should be for the many, not for the few. ## Contributing Code