maintainers: add github IDs to the template, in service of NixOS/rfcs#39

This commit is contained in:
Graham Christensen 2019-08-17 12:17:57 -04:00
parent c3e1e64e4c
commit 5cf50421af
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -7,6 +7,7 @@
# Optional
github = "GithubUsername";
githubId = your-github-id;
keys = [{
longkeyid = "rsa2048/0x0123456789ABCDEF";
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333";
@ -19,6 +20,7 @@
- `name` is your, preferably real, name,
- `email` is your maintainer email address, and
- `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`),
- `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`,
- `keys` is a list of your PGP/GPG key IDs and fingerprints.
`handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient.