Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e4d8f6af
Commit
e4d8f6af
authored
Aug 09, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TOC in CONRTIBUTING.md and doc/development/contributing/
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
381b594f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
101 additions
and
20 deletions
+101
-20
CONTRIBUTING.md
CONTRIBUTING.md
+21
-20
doc/development/contributing/design.md
doc/development/contributing/design.md
+9
-0
doc/development/contributing/index.md
doc/development/contributing/index.md
+37
-0
doc/development/contributing/issue_workflow.md
doc/development/contributing/issue_workflow.md
+23
-0
doc/development/contributing/merge_request_workflow.md
doc/development/contributing/merge_request_workflow.md
+11
-0
No files found.
CONTRIBUTING.md
View file @
e4d8f6af
...
...
@@ -21,36 +21,37 @@ _This notice should stay as the first item in the CONTRIBUTING.md file._
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
Contributing Documentation has been moved
](
#contributing-documentation-has-been-moved
)
-
[
Contribute to GitLab
](
#contribute-to-gitlab
)
-
[
Security vulnerability disclosure
](
#security-vulnerability-disclosure
)
-
[
Code of conduct
](
#code-of-conduct
)
-
[
Closing policy for issues and merge requests
](
#closing-policy-for-issues-and-merge-requests
)
-
[
Helping others
](
#helping-others
)
-
[
I want to contribute!
](
#i-want-to-contribute
)
-
[
Contribution Flow
](
#contribution-flow
)
-
[
Workflow labels
](
#workflow-labels
)
-
[
Type labels
](
#type-labels
)
-
[
Subject labels
](
#subject-labels
)
-
[
Team labels
](
#team-labels
)
-
[
Release Scoping labels
](
#release-scoping-labels
)
-
[
Bug Priority labels
](
#bug-
priority-labels
)
-
[
Bug Severity labels
](
#bug-
severity-labels
)
-
[
Severity impact guidance
](
#severity-impact-guidance
)
-
[
Label for community contributors
](
#label-for-community-contributors
)
-
[
Implement design & UI elements
](
#implement-design-ui-elements
)
-
[
Type labels
](
#type-labels
)
-
[
Subject labels
](
#subject-labels
)
-
[
Team labels
](
#team-labels
)
-
[
Release Scoping labels
](
#release-scoping-labels
)
-
[
Priority labels
](
#
priority-labels
)
-
[
Severity labels
](
#
severity-labels
)
-
[
Severity impact guidance
](
#severity-impact-guidance
)
-
[
Label for community contributors
](
#label-for-community-contributors
)
-
[
Implement design & UI elements
](
#implement-design-
-
ui-elements
)
-
[
Issue tracker
](
#issue-tracker
)
-
[
Issue triaging
](
#issue-triaging
)
-
[
Feature proposals
](
#feature-proposals
)
-
[
Issue tracker guidelines
](
#issue-tracker-guidelines
)
-
[
Issue weight
](
#issue-weight
)
-
[
Regression issues
](
#regression-issues
)
-
[
Technical and UX debt
](
#technical-and-ux-debt
)
-
[
Stewardship
](
#stewardship
)
-
[
Issue triaging
](
#issue-triaging
)
-
[
Feature proposals
](
#feature-proposals
)
-
[
Issue tracker guidelines
](
#issue-tracker-guidelines
)
-
[
Issue weight
](
#issue-weight
)
-
[
Regression issues
](
#regression-issues
)
-
[
Technical and UX debt
](
#technical-and-ux-debt
)
-
[
Stewardship
](
#stewardship
)
-
[
Merge requests
](
#merge-requests
)
-
[
Merge request guidelines
](
#merge-request-guidelines
)
-
[
Contribution acceptance criteria
](
#contribution-acceptance-criteria
)
-
[
Merge request guidelines
](
#merge-request-guidelines
)
-
[
Contribution acceptance criteria
](
#contribution-acceptance-criteria
)
-
[
Definition of done
](
#definition-of-done
)
-
[
Style guides
](
#style-guides
)
-
[
Code of conduct
](
#code-of-conduct
)
-
[
Contribution Flow
](
#contribution-flow
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
...
...
doc/development/contributing/design.md
View file @
e4d8f6af
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
Implement design & UI elements
](
#implement-design--ui-elements
)
-
[
Style guides
](
#style-guides
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Implement design & UI elements
For guidance on UX implementation at GitLab, please refer to our
[
Design System
](
https://design.gitlab.com/
)
.
...
...
doc/development/contributing/index.md
View file @
e4d8f6af
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
Contribute to GitLab
](
#contribute-to-gitlab
)
-
[
Security vulnerability disclosure
](
#security-vulnerability-disclosure
)
-
[
Code of conduct
](
#code-of-conduct
)
-
[
Closing policy for issues and merge requests
](
#closing-policy-for-issues-and-merge-requests
)
-
[
Helping others
](
#helping-others
)
-
[
I want to contribute!
](
#i-want-to-contribute
)
-
[
Contribution Flow
](
#contribution-flow
)
-
[
Workflow labels
](
#workflow-labels
)
-
[
Type labels
](
#type-labels
)
-
[
Subject labels
](
#subject-labels
)
-
[
Team labels
](
#team-labels
)
-
[
Milestone labels
](
#milestone-labels
)
-
[
Bug Priority labels
](
#bug-priority-labels
)
-
[
Bug Severity labels
](
#bug-severity-labels
)
-
[
Severity impact guidance
](
#severity-impact-guidance
)
-
[
Label for community contributors
](
#label-for-community-contributors
)
-
[
Implement design & UI elements
](
#implement-design--ui-elements
)
-
[
Issue tracker
](
#issue-tracker
)
-
[
Issue triaging
](
#issue-triaging
)
-
[
Feature proposals
](
#feature-proposals
)
-
[
Issue tracker guidelines
](
#issue-tracker-guidelines
)
-
[
Issue weight
](
#issue-weight
)
-
[
Regression issues
](
#regression-issues
)
-
[
Technical and UX debt
](
#technical-and-ux-debt
)
-
[
Stewardship
](
#stewardship
)
-
[
Merge requests
](
#merge-requests
)
-
[
Merge request guidelines
](
#merge-request-guidelines
)
-
[
Contribution acceptance criteria
](
#contribution-acceptance-criteria
)
-
[
Definition of done
](
#definition-of-done
)
-
[
Style guides
](
#style-guides
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Contribute to GitLab
For a first-time step-by-step guide to the contribution process, see
...
...
doc/development/contributing/issue_workflow.md
View file @
e4d8f6af
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
Workflow labels
](
#workflow-labels
)
-
[
Type labels
](
#type-labels
)
-
[
Subject labels
](
#subject-labels
)
-
[
Team labels
](
#team-labels
)
-
[
Release Scoping labels
](
#release-scoping-labels
)
-
[
Priority labels
](
#priority-labels
)
-
[
Severity labels
](
#severity-labels
)
-
[
Severity impact guidance
](
#severity-impact-guidance
)
-
[
Label for community contributors
](
#label-for-community-contributors
)
-
[
Issue triaging
](
#issue-triaging
)
-
[
Feature proposals
](
#feature-proposals
)
-
[
Issue tracker guidelines
](
#issue-tracker-guidelines
)
-
[
Issue weight
](
#issue-weight
)
-
[
Regression issues
](
#regression-issues
)
-
[
Technical and UX debt
](
#technical-and-ux-debt
)
-
[
Stewardship
](
#stewardship
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Workflow labels
To allow for asynchronous issue handling, we use
[
milestones
][
milestones-page
]
...
...
doc/development/contributing/merge_request_workflow.md
View file @
e4d8f6af
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
Merge requests
](
#merge-requests
)
-
[
Merge request guidelines
](
#merge-request-guidelines
)
-
[
Contribution acceptance criteria
](
#contribution-acceptance-criteria
)
-
[
Definition of done
](
#definition-of-done
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Merge requests
We welcome merge requests with fixes and improvements to GitLab code, tests,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment