Mei Kei
Mei Kei

Reputation: 21

What does it mean when someone assign me an issue on GitHub?

I have submitted a pull request to an issue. Afterwards, I received an email informing me that I was being assigned to that particular issue. What does this mean and what am I supposed to do? Should I continue to improvise that issue??

Upvotes: -1

Views: 392

Answers (1)

Lajos Arpad
Lajos Arpad

Reputation: 76601

These are the general steps you need to take

  • read carefully your email, see what its title and content is
  • click on the View on GitHub link, so the page will be opened
  • look for comments and history on the page
  • look for further commits that may have been pushed to this branch, if you are not the author, then you will probably need to look into them
  • if still unclear, reread your code and see what may be the problem
  • if still unclear, ask the person who assigned it back

Upvotes: -1

Related Questions