diff options
author | Rémy Coutable <remy@rymai.me> | 2017-07-25 19:00:49 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-25 19:00:49 +0200 |
commit | 96479cba5ac7d9b6a4b3364a29037e4e83fec25d (patch) | |
tree | 226feee7b24482c1eb56c3c79eb161cddf96eea2 /CONTRIBUTING.md | |
parent | c07dfe668e2f2245bd87754e4eed0821061733a8 (diff) | |
download | gitlab-ce-96479cba5ac7d9b6a4b3364a29037e4e83fec25d.tar.gz |
Remove outdated ~Frontend label in CONTRIBUTING.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8499c126aa..12fb34b24be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,8 +114,8 @@ scheduling into milestones. Labelling is a task for everyone. Most issues will have labels for at least one of the following: - Type: ~"feature proposal", ~bug, ~customer, etc. -- Subject: ~wiki, ~"container registry", ~ldap, ~api, etc. -- Team: ~CI, ~Discussion, ~Edge, ~Frontend, ~Platform, etc. +- Subject: ~wiki, ~"container registry", ~ldap, ~api, ~frontend, etc. +- Team: ~CI, ~Discussion, ~Edge, ~Platform, etc. - Priority: ~Deliverable, ~Stretch All labels, their meaning and priority are defined on the @@ -278,7 +278,7 @@ For feature proposals for EE, open an issue on the In order to help track the feature proposals, we have created a [`feature proposal`][fpl] label. For the time being, users that are not members of the project cannot add labels. You can instead ask one of the [core team] -members to add the label `feature proposal` to the issue or add the following +members to add the label ~"feature proposal" to the issue or add the following code snippet right after your description in a new line: `~"feature proposal"`. Please keep feature proposals as small and simple as possible, complex ones |