Open davearonson opened 11 years ago
As a coder, I want to decide when to ask for a review, So I don't get pestered with uninvited critiques.
Given that I didn't write some PR, And I don't own the repo it's for, When I submit it, Then it should be rejected, with a message to that effect.
Given that I didn't write some PR, And I do own the repo it's for, When I submit it, Then it should be accepted.
Given that I wrote some PR, And I do not own the repo it's for, When I submit it, Then it should be accepted.
(E.g., Alice writes a PR for Bob's repo; Alice or Bob can submit it, but Charlie can't.)
As a coder, I want to decide when to ask for a review, So I don't get pestered with uninvited critiques.
Given that I didn't write some PR, And I don't own the repo it's for, When I submit it, Then it should be rejected, with a message to that effect.
Given that I didn't write some PR, And I do own the repo it's for, When I submit it, Then it should be accepted.
Given that I wrote some PR, And I do not own the repo it's for, When I submit it, Then it should be accepted.
(E.g., Alice writes a PR for Bob's repo; Alice or Bob can submit it, but Charlie can't.)