From ae69f225cf3941c07abf635ea11f1667b82d3557 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Thu, 29 Jun 2017 19:33:23 -0500 Subject: [PATCH] Add section on maintainers and versions QubesOS/qubes-issues#2876 --- basics_dev/package-contributions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/basics_dev/package-contributions.md b/basics_dev/package-contributions.md index 7e44d84b..9c86a551 100644 --- a/basics_dev/package-contributions.md +++ b/basics_dev/package-contributions.md @@ -40,6 +40,16 @@ Updates If you would like to update or patch an existing contributed package (i.e., code in a fork owned by [QubesOS-contrib]), whether it is your contribution or someone else's, please submit a [signed][sig], fast-forwardable pull request to that repo with your changes. Please note that your pull request **must** be both [signed][sig] and fast-forwardable, or else it will be closed without further review. +Maintainers and Versions +------------------------ +If you contribute a package, we'll assume that you will (willingly) be the maintainer of that package, unless you tell us otherwise. +As the maintainer of the package, it is your privilege and responsibility to: + + * Review each pull request against the package. + * Decide when a new version of the package should be uploaded. + * Add appropriate version tags. + + [Inclusion Criteria]: #inclusion-criteria [sig]: /doc/code-signing/ [qubes-issues]: https://github.com/QubesOS/qubes-issues/issues/