From 17743b8bb3ee88d535a2b5afc0bc1ea65f00f010 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 13 Mar 2024 17:18:49 +0100 Subject: [PATCH 1/2] teams: Allow github usernames --- src/pages/community/teams/[...slug].astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/community/teams/[...slug].astro b/src/pages/community/teams/[...slug].astro index 059cdedbb4..59e800489c 100644 --- a/src/pages/community/teams/[...slug].astro +++ b/src/pages/community/teams/[...slug].astro @@ -35,6 +35,11 @@ const { Content } = await entry.render(); (@{member.discourse}) )} + {member.github && ( + <> + (@{member.github}) + + )} {member.title && ( <> — From 58d15e0a5cfa6748c5f9ead39a8418d96f8c0e08 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Wed, 13 Mar 2024 18:00:01 +0100 Subject: [PATCH 2/2] Add Nix formatting team As established by RFC 166 https://github.com/NixOS/rfcs/blob/master/rfcs/0166-nix-formatting.md#nix-formatter-team Co-authored-by: tomberek Co-authored-by: Sereja313 <112060595+Sereja313@users.noreply.github.com> --- public/images/teams/formatting.svg | 1 + src/content/teams/12_formatting.mdx | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 public/images/teams/formatting.svg create mode 100644 src/content/teams/12_formatting.mdx diff --git a/public/images/teams/formatting.svg b/public/images/teams/formatting.svg new file mode 100644 index 0000000000..746ceaff2b --- /dev/null +++ b/public/images/teams/formatting.svg @@ -0,0 +1 @@ +NixOS diff --git a/src/content/teams/12_formatting.mdx b/src/content/teams/12_formatting.mdx new file mode 100644 index 0000000000..f9b197594b --- /dev/null +++ b/src/content/teams/12_formatting.mdx @@ -0,0 +1,30 @@ +--- +name: Nix Formatting Team +description: Maintains the official Nix formatter and standard format. +members: +- name: Silvan Mosberger + github: infinisil + title: Administrative leader, sponsored by Tweag and Antithesis +- name: piegames + github: piegamesde + title: Main developer +- name: Thomas Bereknyei + github: tomberek + title: Supporting developer, sponsored by Flox +- name: "0x4A6F" + github: "0x4A6F" + title: +- name: Sergey Gulin + github: Sereja313 + title: Sponsored by Serokell +- name: Janne Heß + github: dasJ + title: +contact: +- name: Team page + href: https://github.com/NixOS/nixfmt/tree/master/team +--- + +The Nix formatting team was established by [RFC 166](https://github.com/NixOS/rfcs/pull/166) and is in charge of: +- Maintaining the [official Nix formatter](https://github.com/NixOS/nixfmt) +- Applying the official Nix formatter to [Nixpkgs](https://github.com/nixos/nixpkgs/)