diff options
author | Ray Paik <rpaik@gitlab.com> | 2019-08-06 00:39:54 +0000 |
---|---|---|
committer | Ray Paik <rpaik@gitlab.com> | 2019-08-06 00:39:54 +0000 |
commit | 68221f50946e052f0cc14abde2df2b889fe73d7b (patch) | |
tree | c1c5e07adfe2f91c5269809091433fe38b4ec1ca | |
parent | f2b8f3579b93a76bdcb91caa18bfb9257e8c341f (diff) | |
parent | dd36b709e65143edcea9cc7450456037b5e353d6 (diff) | |
download | gitlab-ce-68221f50946e052f0cc14abde2df2b889fe73d7b.tar.gz |
Merge branch 'docs-fix-links-to-low-weight-issues' into 'master'
Fix links to unassigned, low weight issues for first time contributors
See merge request gitlab-org/gitlab-ce!31485
-rw-r--r-- | doc/development/contributing/issue_workflow.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md index 39f12e6886e..a38794c49af 100644 --- a/doc/development/contributing/issue_workflow.md +++ b/doc/development/contributing/issue_workflow.md @@ -240,7 +240,7 @@ know how difficult the issue is. Additionally: 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][first-timers] If you've decided that you would like to work on an issue, please @-mention the [appropriate product manager](https://about.gitlab.com/handbook/product/#who-to-talk-to-for-what) @@ -253,8 +253,8 @@ GitLab team members who apply the ~"Accepting merge requests" label to an issue should update the issue description with a responsible product manager, inviting any potential community contributor to @-mention per above. -[up-for-grabs]: https://gitlab.com/groups/gitlab-org/-/issues?state=opened&label_name[]=Accepting+merge+requests&assignee_id=0&sort=weight -[firt-timers]: https://gitlab.com/groups/gitlab-org/-/issues?state=opened&label_name[]=Accepting+merge+requests&assignee_id=0&sort=weight&weight=1 +[up-for-grabs]: https://gitlab.com/groups/gitlab-org/-/issues?state=opened&label_name[]=Accepting+merge+requests&assignee_id=None&sort=weight +[first-timers]: https://gitlab.com/groups/gitlab-org/-/issues?state=opened&label_name[]=Accepting+merge+requests&assignee_id=None&sort=weight&weight=1 ## Issue triaging |