diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-23 11:03:16 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-04-28 12:43:23 +0300 |
commit | 8b817f594015ad730f426bf6bbf69dab6cc7e563 (patch) | |
tree | 114ebf512afbcf7f17ebb8f496379b5051a30b47 /CONTRIBUTING.md | |
parent | 6c0ed6399054db00d8abcc33ad2aa7df59de52bf (diff) | |
download | gitlab-ce-8b817f594015ad730f426bf6bbf69dab6cc7e563.tar.gz |
Users can use the feature proposal label inside the issuelabel_feature_proposal
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24cd5864530..39b3048899d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,8 +135,9 @@ 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][core-team] -members to add the label `feature proposal` to the issue. +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 +code snippet right after your description in a new line: `~"feature proposal"`. Please keep feature proposals as small and simple as possible, complex ones might be edited to make them small and simple. |