Skip to content

Commit bdddab9

Browse files
committed
Fix P1 definition to include test failures
1 parent c29db3e commit bdddab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Logstash user base and our own goals for the project. Through this process, we a
4242
labels. Below is a description of priority labels.
4343

4444
* P1: A high priority issue that affects almost all Logstash users. Bugs that would cause data loss, security
45-
issues, and features that would vastly improve the user experience for everyone. Workarounds for P1s
46-
generally don’t exist without a code change.
45+
issues and test failures. Workarounds for P1s generally don’t exist without a code change. A P1 issue is usually
46+
stop the world kinda scenario, so we need to make sure P1s are properly triaged and being worked upon.
4747
* P2: A broadly applicable, high visibility issue that enhances Logstash usability for a majority of users.
4848
* P3: Nice-to-have bug fixes or functionality. Workarounds for P3s generally exist.
4949
* P4: Anything not in above, catch-all label.

0 commit comments

Comments
 (0)