Merge pull request #3872 from RainbowMango/pr_update_contributor_guide_about_assign

Update contributor guide about assign feature
This commit is contained in:
Kubernetes Prow Robot 2019-07-04 23:24:35 -07:00 committed by GitHub
commit e7c65e04b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ Another good strategy is to find a documentation improvement, such as a missing/
#### Issue Assignment in Github
Often, new contributors ask to be assigned an issue they are willing to take on. Unfortunately, due to GitHub limitations we can only assign issues to [org members](#community) or repo collaborators.
Instead, please state in a comment that you intend to work on this issue and it will be assumed to be yours.
When you are willing to take on an issue, you can assign it to yourself. Just reply with `/assign` or `/assign @yourself` on an issue,
then the robot will assign the issue to you and your name will present at `Assignees` list.
### Learn about SIGs