diff options
author | Elan Ruusamäe <glen@pld-linux.org> | 2017-09-03 14:32:02 +0300 |
---|---|---|
committer | Elan Ruusamäe <glen@pld-linux.org> | 2017-09-03 14:33:35 +0300 |
commit | 261ab85c2c3dfa17ed1d671f34c16226ee1af6da (patch) | |
tree | 46d73d02292b26dcca10f6c59dd3ff6e8c33fead /CONTRIBUTING.md | |
parent | 53c871d390a65f6e22fb83f142ea1b5aaf4a5bc0 (diff) | |
download | gitlab-ce-261ab85c2c3dfa17ed1d671f34c16226ee1af6da.tar.gz |
fix one more label not expanded issue
just remove the ~ in display text
making it into real label link would confuse user as the label links to
different filter
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50c7529cdee..6fb2c6bd1dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -217,11 +217,11 @@ After adding the ~"Accepting Merge Requests" label, we try to estimate the [weight](#issue-weight) of the issue. We use issue weight to let contributors know how difficult the issue is. Additionally: -- We advertise [~"Accepting Merge Requests" issues with weight < 5][up-for-grabs] +- We advertise ["Accepting Merge Requests" issues with weight < 5][up-for-grabs] as suitable for people that have never contributed to GitLab before on the [Up For Grabs campaign](http://up-for-grabs.net) - We encourage people that have never contributed to any open source project to - look for [~"Accepting Merge Requests" issues with a weight of 1][firt-timers] + look for ["Accepting Merge Requests" issues with a weight of 1][firt-timers] [up-for-grabs]: https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name=Accepting+Merge+Requests&scope=all&sort=weight_asc&state=opened [firt-timers]: https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name%5B%5D=Accepting+Merge+Requests&scope=all&sort=upvotes_desc&state=opened&weight=1 |