This is helpful for both Java developers who are used to working with the imperative model and don’t want to switch things up, and those working with a cloud-native/reactive approach. The Quarkus development model can adapt itself to whatever app you’re developing. Learn more about Reactive
+
+
+
The inspiration behind Quarkus...
+
+
+
+
+
+
For more about the why, how and what of Quarkus, check out the Devoxx Belgium presentation where Quarkus 1.0 was released in November 2019.
+
+
diff --git a/working-groups/templates/wg.yaml b/working-groups/templates/wg.yaml
new file mode 100644
index 00000000000..b11bec761d5
--- /dev/null
+++ b/working-groups/templates/wg.yaml
@@ -0,0 +1,14 @@
+---
+working-groups:
+ {#for board in boards}
+ - title: "{board.title}"
+ board-url: "{board.url}"
+ short-description: {board.shortDescription.trim()}
+ readme: |
+ {board.getIndentedReadme().raw}
+ status: {board.getBadgeText()}
+ last-activity: {board.getLastActivityDate()}
+ {#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
+ last-update: {board.getLastUpdate().body.trim()}
+ {/if}
+ {/for}
\ No newline at end of file