New Contributor here and can I just pick up an issue without mentions? #26210
-
Hello, New Contributor here and I am thinking of picking up one with a If not, I am wondering what happens if I work on fixing the issue and whilst I am fixing it, others create a pull request that will close the issue and the get accepted? In this case, does my work go in vain(The code I was trying to fix)? Just wanted to ask in general in open source occasions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Answer: Hey @seungholee-dev, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Answer: Hey @seungholee-dev,
It may be considered polite to let someone know you are working on an issue so that no one tries to take away from work you've already done, but generally conflicts like these don't occur. If you start working on an issue and want to ensure no one else starts to work on it, you could also open up a draft PR which has closes # in the body. This will let anyone on the issue know that someone is already working on it, and they may even give feedback or helpful advice on the PR if you need 🙂
There are no hard and fast rules, if you try to claim an issue to work on, people will generally let you claim it and work on it and this isn't rude at all. But it's not a req…