From 5d8e984ec92a5333f2cf5734a18b5afb58239629 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 12 Jan 2026 10:15:57 -0300 Subject: [PATCH 1/2] feat: maintainers --- MAINTENANCE.md | 32 ++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 33 insertions(+) create mode 100644 MAINTENANCE.md diff --git a/MAINTENANCE.md b/MAINTENANCE.md new file mode 100644 index 0000000..bfd0867 --- /dev/null +++ b/MAINTENANCE.md @@ -0,0 +1,32 @@ +# Forgejo Recipe Maintenance + +All contributions should be made via a pull request. This is to ensure a +certain quality and consistency, that others can rely on. + +## Maintainer Responsibilities + +A recipe maintainer has the following responsibilities: + +- Respond to pull requests / issues within a week +- Make image security updates within a day +- Make image patch / minor updates within a week +- Make image major updates within a month + +In order to fullfill these responsibilities a recipe maintainer: + +- Has to watch the repository (to get notifications) +- Needs to make sure renovate is configured properly + +## Pull Requests + +A pull request can be merged if it is approved by at least one maintainer. For +pull requests opened by a maintainer they need to be approved by another +maintainer. Even though it is okay to merge a pull request with one approval, it +is always better if all maintainers looked at the pull request and approved it. + +## Become a maintainer + +Everyone can apply to be a recipe maintainer: +1. Watch the repository to always get updates +2. Simply add your self to the list in the [README.md](./README.md) and open a new pull request with the change. +3. Once the pull request gets merged you will be added to the [forgejo maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/forgejo-maintainers). diff --git a/README.md b/README.md index 94bd1fd..3fcd575 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/forgejo/status.svg)](https://build.coopcloud.tech/coop-cloud/forgejo) +* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@fauno](https://git.coopcloud.tech/fauno) * **Category**: Development * **Status**: 5 * **Image**: [`forgejo/forgejo`](https://codeberg.org/forgejo/-/packages/container/forgejo/13-rootless), 4, upstream -- 2.49.0 From bad55853c6dafaddc49d0875498a1b3f3f26cb32 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 15 Jan 2026 11:59:23 -0300 Subject: [PATCH 2/2] fix: two weeks --- MAINTENANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index bfd0867..b1b455a 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -7,7 +7,7 @@ certain quality and consistency, that others can rely on. A recipe maintainer has the following responsibilities: -- Respond to pull requests / issues within a week +- Respond to pull requests / issues within two weeks - Make image security updates within a day - Make image patch / minor updates within a week - Make image major updates within a month -- 2.49.0