From ca2c6d7feb4853d5eb5b3c46f02559d2a990d4c8 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Wed, 2 Oct 2019 09:08:37 +0000 Subject: [PATCH] --- Workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Workflow.md b/Workflow.md index f75e11b..0a532e6 100644 --- a/Workflow.md +++ b/Workflow.md @@ -12,9 +12,9 @@ ## Tags / Releases All the releases will be tagged for download with release notes. -## Merge Requests +## Pull Requests All the code going to master will be through MRs even from the main developer. No direct pushes are allowed to **master**. If you want to contribute please read the [contribution file here](https://gitea.com/mmarif/GitNex/src/branch/master/CONTRIBUTING.md). ## Notes on bug fix releases -GitNex has the **master** branch as a tip branch and has version branches such as **release-1.0**. **release-1.0** is a release branch and will be tagged as **1.0.0**. If **1.0.0** has bugs, merge requests will be merged to **release-1.0** branch and publish a **1.0.1** tag, with a fast forward merge to **master** too. \ No newline at end of file +GitNex has the **master** branch as a tip branch and has version branches such as **release-1.0**. **release-1.0** is a release branch and will be tagged as **1.0.0**. If **1.0.0** has bugs, pull requests will be merged to **release-1.0** branch and publish a **1.0.1** tag, with a fast forward merge to **master** too. \ No newline at end of file