Skip to content

Commit ebc1468

Browse files
author
Pietro Grandi
committed
Fix as per revision
1 parent 1d58c24 commit ebc1468

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

process/merge_requests/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Let's assume you've worked on an issue enough to set the status to review,
1414
which would put it into the review's queue.
1515

1616
Before you set the status to review, make sure that there's a Merge Request
17-
1817
(henceforth referred to as "MR") available in GitLab.
1918

2019
These are the steps necessary:
@@ -54,7 +53,6 @@ The description should include the following:
5453
* A direct link to the JIRA ticket, in the form of: `refs [#12345](https://jira.server/12345)`
5554
* What the MR changes, being a bit more descriptive than the title. If there's
5655
* something you're unsure of how it should be done, point this out so
57-
5856
that the reviewer can help you out.
5957
* If necessary, include information that would help the reviewer understand
6058
*why* you made certain changes. This information should already be present in

style/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Furthermore:
118118
commit.
119119

120120
## Branches
121-
1. Branch `next` contains the latest stable release
121+
1. Branch `master` contains the latest stable release
122122
2. Integration branches are namespaced `integration/`
123123
3. Individual words in branch names are separated by hyphen-minus (`-`)
124124

0 commit comments

Comments
 (0)