From 93e6794a7753acfb03f6f2ac0ef6f1adaa8e2750 Mon Sep 17 00:00:00 2001 From: James Cobb Date: Wed, 29 Nov 2023 15:39:00 -0600 Subject: [PATCH] add governance page and links to threads and socials page --- _data/projectfooter.yaml | 6 ++++++ _includes/governance.html | 22 ++++++++++++++++++++++ _layouts/governance.html | 7 +++++++ governance.md | 6 ++++++ 4 files changed, 41 insertions(+) create mode 100644 _includes/governance.html create mode 100644 _layouts/governance.html create mode 100644 governance.md diff --git a/_data/projectfooter.yaml b/_data/projectfooter.yaml index db14787943c..9d671a41729 100644 --- a/_data/projectfooter.yaml +++ b/_data/projectfooter.yaml @@ -22,10 +22,16 @@ links: url: /security - page: Usage url: /usage + - page: Governance + url: /governance - title: Follow Us width: 1 subfolderitems: + - page: All Socials + url: /socials + - page: Threads + url: https://www.threads.net/@quarkusio - page: Twitter url: https://twitter.com/quarkusio - page: Mastodon diff --git a/_includes/governance.html b/_includes/governance.html new file mode 100644 index 00000000000..cefb2fb492e --- /dev/null +++ b/_includes/governance.html @@ -0,0 +1,22 @@ +
+
+
+

Stewardship

+

This project is developed and released by Red Hat with assistance from the Java developer community. The project lead is appointed by Red Hat, and has the power to accept and reject contributions to the project and set the roadmap. Red Hat employees assigned to work on Quarkus as well as community contributors, in this regard, all answer to the project lead.

+

What Makes Quarkus Different?

+
+
+

Requirement Definition

+

The requirements and roadmap for Quarkus are driven by Red Hat and by the community. Typically, when a major release is being planned, the project lead will take input from both Red Hat and the community, and evaluate what can be done in the necessary time. This will define what features will be addressed in a given release. The project lead will then publish the roadmap on the developers mailing list, and update the version information in Github.

+

The best way for you to suggest requirements for a future release of Quarkus is to enter a feature request in Github. Lobbying for features using the voting feature in Github, and posting to the community forums, is a great way to express interest as well. Although, contributing is the single most expedient way to get a capability into a particular release.

+
+
+

Release Cycle

+

Quarkus releases frequently. We deliver frequent milestones, typically one a month, and support building from "main" for those that wish to be on the bleeding edge.

+
+
+

Contribution

+

Quarkus welcomes, thrives on and greatly values community contribution.

+
+
+
diff --git a/_layouts/governance.html b/_layouts/governance.html new file mode 100644 index 00000000000..89a35f00647 --- /dev/null +++ b/_layouts/governance.html @@ -0,0 +1,7 @@ +--- +layout: base +--- + +{% include title-band.html %} + +{% include governance.html %} \ No newline at end of file diff --git a/governance.md b/governance.md new file mode 100644 index 00000000000..60083eaea44 --- /dev/null +++ b/governance.md @@ -0,0 +1,6 @@ +--- +layout: governance +title: Governance +subtitle: The underlying principles driving Quarkus development. +permalink: /governance/ +---