From 2c69e12d8326962f15d823fce6c014e18c3246c7 Mon Sep 17 00:00:00 2001
From: David Runge <dvzrv@archlinux.org>
Date: Wed, 2 Jun 2021 22:03:33 +0200
Subject: [PATCH] Extend onboarding information for signing keys

.gitlab/issue_templates/Onboarding.md:
Extend the information for onboarding of packager signing keys and new
main signing keys, including comments on who is supposed to create the
tickets towards the archlinux-keyring project.
---
 .gitlab/issue_templates/Onboarding.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab/issue_templates/Onboarding.md b/.gitlab/issue_templates/Onboarding.md
index 5b3979208..c426543df 100644
--- a/.gitlab/issue_templates/Onboarding.md
+++ b/.gitlab/issue_templates/Onboarding.md
@@ -21,6 +21,17 @@ The mailing list password can be found in misc/additional-credentials.vault.
 - [ ] Give the user access to `#archlinux-staff` on Freenode
 - [ ] Give the user a link to our [staff services page](https://wiki.archlinux.org/title/DeveloperWiki:Staff_Services)
 
+## Packager onboarding checklist
+
+<!-- The ticket should be created by a sponsor of the new packager -->
+- [ ] Create [issue in archlinux-keyring](https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/new) (choose *"New Packager Key"* template)
+
+## Main key onboarding checklist
+
+- [ ] Add new user email for the `master-key.archlinux.org` subdomain as per `docs/email.md`.
+<!-- The ticket should be created by the developer becoming a new main key holder -->
+- [ ] Create [issue in archlinux-keyring](https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/new) (choose *"New Main Key"* template)
+
 ## Developer onboarding checklist
 
 - [ ] Add entry in `group_vars/all/archusers.yml`.
-- 
GitLab