From dd8149de553c19a83109dc72f70fdb6359839775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 14 Apr 2021 15:29:27 +0200 Subject: Add /documents/governance. * governance.md: New file. * haunt.scm (static-pages): Add it. * documents.md, index.md, posts/kickoff.md: Link to it. Co-authored-by: Mark Galassi --- documents.md | 1 + governance.md | 19 +++++++++++++++++++ haunt.scm | 2 ++ index.md | 3 ++- posts/kickoff.md | 3 ++- 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 governance.md diff --git a/documents.md b/documents.md index 4a4fa77..4b50300 100644 --- a/documents.md +++ b/documents.md @@ -8,3 +8,4 @@ menu: documents - [GNU Social Contract 1.0](/en/documents/social-contract) - [Contributor Covenant Code of Conduct](/en/documents/code-of-conduct) - [Roles and responsibilities](/en/documents/roles) + - [Governance (work in progress)](/en/documents/governance) diff --git a/governance.md b/governance.md new file mode 100644 index 0000000..4739387 --- /dev/null +++ b/governance.md @@ -0,0 +1,19 @@ +title: Governance +author: The GNU Assembly +--- + +# Governance + +The GNU Assembly is moving toward a governance model founded on +adherence to the [GNU Social Contract](/en/documents/social-contract) +and our [code of conduct](/en/documents/code-of-conduct). + +Governance comes up when specific decisions have to be made about the +GNU Assembly as a whole, such as defining the level of coherence of GNU +packages and handling possible funding and legal matters. + +We are in the early stages of formulating a governance model. At this +time we look at examples such as the GNOME Foundation and Debian. Our +goals are to allow for transparent decision-making, to achieve broad +involvement of Assembly participants in decision-making, and a healthy +turnover of [responsibilities](/en/documents/roles). diff --git a/haunt.scm b/haunt.scm index 7171d68..1b0bd04 100644 --- a/haunt.scm +++ b/haunt.scm @@ -168,6 +168,8 @@ representation." "documents.md") (markdown-page "/en/documents/roles/index.html" "roles.md") + (markdown-page "/en/documents/governance/index.html" + "governance.md") (markdown-page "/en/documents/free-software/index.html" "free-software.md") (markdown-page "/en/documents/code-of-conduct/index.html" diff --git a/index.md b/index.md index 1c00ecc..59f5112 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,8 @@ Here’s what “GNU” means to us: values](/en/documents/social-contract). The [Assembly](https://lists.gnu.tools/hyperkitty/list/assembly@lists.gnu.tools/) is where we discuss day-to-day operation and - the general direction of our umbrella project, transparently. + the general direction of our umbrella project, including its + [governance](/en/documents/governance), transparently. - This Group’s Not Uniform — We have common goals but also different backgrounds, and we view it as a strength. Our interactions in this project are subject to its [code of diff --git a/posts/kickoff.md b/posts/kickoff.md index 78fa492..8fa1d15 100644 --- a/posts/kickoff.md +++ b/posts/kickoff.md @@ -72,7 +72,8 @@ endorsement period](https://wiki.gnu.tools/gnu:social-contract-endorsement). The public [Assembly list](https://lists.gnu.tools/hyperkitty/list/assembly@lists.gnu.tools/) -is where this group discusses. +is where this group discusses its organization, including +[governance](/en/documents/governance). Currently, the GNU Assembly consists of maintainers and developers from about [30 packages](/en/software)—old and young, small and big. You too -- cgit v1.2.1