Skip to content

Commit ff5d809

Browse files
authored
Updates to the ISSUE TRIAGE (OpenHands#7043)
1 parent 660d1d1 commit ff5d809

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

ISSUE_TRIAGE.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
These are the procedures and guidelines on how issues are triaged in this repo by the maintainers.
33

44
## General
5-
* Most issues must be tagged with **enhancement** or **bug**.
6-
* Issues may be tagged with what it relates to (**backend**, **frontend**, **agent quality**, etc.).
5+
* All issues must be tagged with **enhancement**, **bug** or **troubleshooting/help**.
6+
* Issues may be tagged with what it relates to (**agent quality**, **frontend**, **resolver**, etc.).
77

88
## Severity
99
* **Low**: Minor issues or affecting single user.
1010
* **Medium**: Affecting multiple users.
11+
* **High**: High visibility issues or affecting many users.
1112
* **Critical**: Affecting all users or potential security issues.
1213

1314
## Effort
@@ -18,8 +19,14 @@ These are the procedures and guidelines on how issues are triaged in this repo b
1819

1920
## Not Enough Information
2021
* User is asked to provide more information (logs, how to reproduce, etc.) when the issue is not clear.
21-
* If an issue is unclear and the author does not provide more information or respond to a request, the issue may be closed as **not planned** (Usually after a week).
22+
* If an issue is unclear and the author does not provide more information or respond to a request,
23+
the issue may be closed as **not planned** (Usually after a week).
2224

2325
## Multiple Requests/Fixes in One Issue
2426
* These issues will be narrowed down to one request/fix so the issue is more easily tracked and fixed.
2527
* Issues may be broken down into multiple issues if required.
28+
29+
## Stale and Auto Closures
30+
* In order to keep a maintainable backlog, issues that have no activity within 30 days are automatically marked as **Stale**.
31+
* If issues marked as **Stale** continue to have no activity for 7 more days, they will automatically be closed as not planned.
32+
* Issues may be reopened by maintainers if deemed important.

0 commit comments

Comments
 (0)