Skip to content

Commit

Permalink
docs: add triage label maintainer documentation (#3792)
Browse files Browse the repository at this point in the history
* docs: add triage label maintainer documentation

### What does this PR do?

Added documentation on how to triage issues.

### Screenshot/screencast of this PR

N/A

### What issues does this PR fix or reference?

N/A

### How to test this PR?

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* Update CONTRIBUTING.md

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* Update CONTRIBUTING.md

Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
cdrage and themr0c committed Sep 25, 2023
1 parent b4c6735 commit 977d554
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ that we follow.
- [Submitting Pull Requests](#submitting-pull-requests)
- [Communication](#communication)
- [Code Architecture](#code-architecture)
- [Maintainer Tasks](#maintainer-tasks)

## Reporting Issues

Expand Down Expand Up @@ -353,3 +354,17 @@ If you're unsure where to add code (renderer, UI, extensions, plugins) see the b
Podman Desktop is moduralized into extensions for each 'Provider'. You can also create and add your own extension.

See our [EXTENSIONS.md](/EXTENSIONS.md) document for more details.

## Maintainer tasks

List of maintainer tasks to help the project run smoothly.

### Triaging

New issues will have the [status/need-triage](https://github.com/containers/podman-desktop/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fneed-triage) label assigned. As a maintainer, you'll have to curate these issues into the appropriate [area labels](https://github.com/containers/podman-desktop/labels?q=area%2F).

Ideally complete the task every morning:

1. [View all the current triage labeled issues.](https://github.com/containers/podman-desktop/issues?q=is%3Aopen+is%3Aissue+label%3Astatus%2Fneed-triage)
2. Add the appropriate [area label](https://github.com/containers/podman-desktop/labels?q=area%2F) that matches the issue. You can use "bulk edit" by clicking the checkmark of the issues and using the label dropdown selection.
3. Remove the `status/need-triage` label.

0 comments on commit 977d554

Please sign in to comment.