From 5d7080d95a6e2cf452765c832908e7e1d4d12fc9 Mon Sep 17 00:00:00 2001 From: le-213106 Date: Wed, 12 Apr 2023 15:22:15 +0000 Subject: [PATCH] Add new file --- Developing rules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Developing rules diff --git a/Developing rules b/Developing rules new file mode 100644 index 0000000..7230dbc --- /dev/null +++ b/Developing rules @@ -0,0 +1,5 @@ +- Everything from code to documentation is written in English +- Every developer has only one story in development. If the developer needs to halt with development in their story due to unforeseen reasons, they may already start with another story. +- Every branch works on one story +- User stories should be written in a clear way so that every developer can understand in what development status the ticket is +-