Skip to content

Commit 4af1cc0

Browse files
authored
Added details about community-submitted PRs related policy (dotnet#30179)
1 parent 9a87636 commit 4af1cc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/IssueManagementPolicies.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Issue Management Policies
22

3-
We have a lot of issue traffic to manage, so we have a few policies in place to help us do that. This is a brief summary of some of the policies we have in place and the justification for them.
3+
We have a lot of issue traffic to manage, so we have some policies in place to help us do that. This is a brief summary of some of the policies we have in place and the justification for them.
44

55
## Commenting on closed issues
66

@@ -14,6 +14,10 @@ If a contributor reviews an issue and determines that more information is needed
1414

1515
If the author does not post a response within **7 days**, the issue will be automatically closed. If the author responds within **7 days** after the issue is closed, the issue will be automatically re-opened. We recognize that you may not be able to respond immediately to our requests, we're happy to hear from you whenever you're able to provide the new information.
1616

17+
### PR: pending author input
18+
Similar to the `Needs Author Feedback` process above, PRs also require author input from time to time. When a member of our team asks for some follow-up changes from the author, we mark these PRs with `pr: pending author input` label. After doing so, we expect the author to respond within 14 days.
19+
If the author does not post a response or updates the PR within **14 days**, the issue will be automatically closed. If the author responds within **7 days** after the issue is closed, the issue will be automatically re-opened. We recognize that you may not be able to respond immediately to our requests, we're happy to hear from you whenever you're able to provide the new information.
20+
1721
## Duplicate issues
1822

1923
If we determine that the issue is a duplicate of another, we will label it with the `Resolution: Duplicate` label. The issue will be automatically closed in 1 day of inactivity.

0 commit comments

Comments
 (0)