diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-03 17:59:59 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-03 18:25:20 +0200 |
commit | cb87903c6eec14e42fc23e0488f6c0769ba627d9 (patch) | |
tree | fdc5a78fb648c304630b3b5c2855b781604903d0 /PROCESS.md | |
parent | f644b8c80a51a97e39d2f9422930efaa2b8bc334 (diff) | |
download | gitlab-ce-cb87903c6eec14e42fc23e0488f6c0769ba627d9.tar.gz |
Update ToC of CONTRIBUTING.md and PROCESS.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/PROCESS.md b/PROCESS.md index e5f6ab29927..6d7d155ca6c 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -6,31 +6,30 @@ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [GitLab Core Team Contributing Process](#gitlab-core-team-contributing-process) - - [Purpose of describing the contributing process](#purpose-of-describing-the-contributing-process) - - [Common actions](#common-actions) - - [Merge request coaching](#merge-request-coaching) - - [Assigning issues](#assigning-issues) - - [Be kind](#be-kind) - - [Feature freeze on the 7th for the release on the 22nd](#feature-freeze-on-the-7th-for-the-release-on-the-22nd) - - [Between the 1st and the 7th](#between-the-1st-and-the-7th) - - [On the 7th](#on-the-7th) - - [After the 7th](#after-the-7th) - - [Release retrospective and kickoff](#release-retrospective-and-kickoff) - - [Retrospective](#retrospective) - - [Kickoff](#kickoff) - - [Copy & paste responses](#copy-&-paste-responses) - - [Improperly formatted issue](#improperly-formatted-issue) - - [Issue report for old version](#issue-report-for-old-version) - - [Support requests and configuration questions](#support-requests-and-configuration-questions) - - [Code format](#code-format) - - [Issue fixed in newer version](#issue-fixed-in-newer-version) - - [Improperly formatted merge request](#improperly-formatted-merge-request) - - [Inactivity close of an issue](#inactivity-close-of-an-issue) - - [Inactivity close of a merge request](#inactivity-close-of-a-merge-request) - - [Accepting merge requests](#accepting-merge-requests) - - [Only accepting merge requests with green tests](#only-accepting-merge-requests-with-green-tests) - - [Closing down the issue tracker on GitHub](#closing-down-the-issue-tracker-on-github) +- [Purpose of describing the contributing process](#purpose-of-describing-the-contributing-process) +- [Common actions](#common-actions) + - [Merge request coaching](#merge-request-coaching) +- [Assigning issues](#assigning-issues) +- [Be kind](#be-kind) +- [Feature freeze on the 7th for the release on the 22nd](#feature-freeze-on-the-7th-for-the-release-on-the-22nd) + - [Between the 1st and the 7th](#between-the-1st-and-the-7th) + - [On the 7th](#on-the-7th) + - [After the 7th](#after-the-7th) +- [Release retrospective and kickoff](#release-retrospective-and-kickoff) + - [Retrospective](#retrospective) + - [Kickoff](#kickoff) +- [Copy & paste responses](#copy--paste-responses) + - [Improperly formatted issue](#improperly-formatted-issue) + - [Issue report for old version](#issue-report-for-old-version) + - [Support requests and configuration questions](#support-requests-and-configuration-questions) + - [Code format](#code-format) + - [Issue fixed in newer version](#issue-fixed-in-newer-version) + - [Improperly formatted merge request](#improperly-formatted-merge-request) + - [Inactivity close of an issue](#inactivity-close-of-an-issue) + - [Inactivity close of a merge request](#inactivity-close-of-a-merge-request) + - [Accepting merge requests](#accepting-merge-requests) + - [Only accepting merge requests with green tests](#only-accepting-merge-requests-with-green-tests) + - [Closing down the issue tracker on GitHub](#closing-down-the-issue-tracker-on-github) <!-- END doctoc generated TOC please keep comment here to allow auto update --> |