From 42c8f217d90cd73b9d6fe14237543fd499764b13 Mon Sep 17 00:00:00 2001 From: Vinetos Date: Wed, 30 Sep 2020 18:03:38 +0200 Subject: [PATCH 1/2] doc: Addings project workflows steps --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index 7042925..b558e16 100644 --- a/README +++ b/README @@ -6,3 +6,18 @@ Depandencies : gcc make + +Prepare the project : + +```shell +git clone git@github.com:C-Text/CText.git +git flow init +``` + +Create a new feature : +```shell +git flow feature start +``` + +Finish a feature : +Open a Pull Request -> base: develop, compare: feature/ From 6b2f74c565741ed29c752f591dcad7135959f272 Mon Sep 17 00:00:00 2001 From: Vinetos Date: Wed, 30 Sep 2020 18:11:41 +0200 Subject: [PATCH 2/2] doc: Remove useless color syntax tags --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index b558e16..ae3afd1 100644 --- a/README +++ b/README @@ -9,15 +9,14 @@ make Prepare the project : -```shell git clone git@github.com:C-Text/CText.git git flow init -``` + Create a new feature : -```shell + git flow feature start -``` + Finish a feature : Open a Pull Request -> base: develop, compare: feature/