From 0b029b10631aa6bb63bbe96b3f312dfff9ab7263 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Tue, 13 Jun 2023 21:00:27 +0200 Subject: [PATCH] COMMITSTYLE.md: Add addition and removal of maintainership --- COMMITSTYLE.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/COMMITSTYLE.md b/COMMITSTYLE.md index 3b0648de357..ab8c36d86bc 100644 --- a/COMMITSTYLE.md +++ b/COMMITSTYLE.md @@ -186,6 +186,45 @@ hold all `Rebuilds` but split instead by repository. Example: `community/*: rebuild for so:libfoo.so.2` +--- + +### Addition of maintainership + +Adding yourself as maintainer. + +#### Template + +- `$repository/$pkgname: take over maintainership` + +Example: `community/foo: take over maintainership` + +#### Rules + +One commit per aport assumed maintainership of. + +--- + +### Removal of maintainership + +Removing yourself as maintainer. + +#### Template + +- `$repository/$pkgname: drop maintainership` + +Example: `community/foo: drop maintainership` + +#### Rules + +One commit per aport maintainership is removed from. + +#### Exceptions + +When removing maintainership from all aports you maintain, the commit can +hold all maintainership removals but instead be split by repository. + +Example: `community/*: drop maintainership` +