Skip to content

Commit

Permalink
[Meta] Add Slack and Discord to 'TRIAGE.md' (IntersectMBO#6542)
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully authored and v0d1ch committed Dec 6, 2024
1 parent 2d37b40 commit e1a4515
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/TRIAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Preface

This document elaborates on the triage process that we use to prioritize and resolve incoming requests, bug reports, questions -- anything relevant to the contents of this repo that the reporter wants to bring to our attention. The goal is to make sure that every issue or pull request opened on GitHub gets evaluated, classified, put into the queue and eventually resolved.
This document elaborates on the triage process that we use to prioritize and resolve incoming requests, bug reports, questions -- anything relevant to the contents of this repo that the reporter wants to bring to our attention. The goal is to make sure that every report gets evaluated, classified, put into the queue and eventually resolved.

The triage person is responsible for monitoring the following places:

- GitHub [issues](https://github.com/IntersectMBO/plutus/issues) and [PRs](https://github.com/IntersectMBO/plutus/pulls)
- the [#plutus](https://input-output-rnd.slack.com/archives/C21UF2WVC) Slack channel
- the [#plutus-working-group](https://discord.com/channels/1136727663583698984/1239888614796820531) Discord channel

## Why

Expand Down Expand Up @@ -144,5 +150,5 @@ is:issue is:open assignee:@me sort:updated-asc
Issues that don't have an assignee and may require attention:

```
is:issue is:open no:assignee -label:"Internal" -label:"Low priority" -label:"status: needs info from the reporter"
is:issue is:open no:assignee -label:"Low priority" -label:"Internal" -label:"Objective" -label:"status: needs info from the reporter"
```

0 comments on commit e1a4515

Please sign in to comment.