From 8851e24845be1a8da5191a47c3e047c66590e721 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 1 Jul 2021 12:47:05 +0200 Subject: [PATCH] Add comm org docs --- docs/comm-org.md | 25 +++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 26 insertions(+) create mode 100644 docs/comm-org.md diff --git a/docs/comm-org.md b/docs/comm-org.md new file mode 100644 index 0000000..0b54755 --- /dev/null +++ b/docs/comm-org.md @@ -0,0 +1,25 @@ +--- +title: Community Organising +--- + +## Kite Flying Hour + +The "Kite Flying Hour" is a weekly public moment where anyone can "drop by" into a Jitsi call and ask/do/propose whatever and meet some people who are currently working on the project. We haven't worked it all out but our process for now is the following: + +- Someone from Autonomic will volunteer to be present and talk about the project for an hour weekly from 15:00 CEST - 16:00 CEST +- We announce the hour via our socials + - [ ] A pinned toot on [`@coopcloud@social.coop`](https://social.coop/@coopcloud) + - [ ] A pinned tweet on [`our soon to be made Co-op Cloud twitter account`](#TODO) + - [ ] A post to the `#coopcloud:autonomic.zone` room + +Here is some invitation boilerplate which you can use: + +> Hey folks, you're all warmly invited to the Co-op Cloud Kite Flying Hour at `$X_TIME` `$Y_TZ` `$Z_DATE` over in [meet.jit.si/CoopCloudKiteFlyingHour](https://meet.jit.si/CoopCloudKiteFlyingHour)! +> +> Inspired by exquisite childhood memories of [flying kites, eating popsicles and looking at clouds](https://norwichhistory.org/norwich-a-z-j-is-for-jigsaw/), it's an open hour to come hang out online and discuss/co-work/lurk/etc. around the [Co-op Cloud](https://coopcloud.tech/) project. +> +> There are no "stupid questions"! It's a space to inquire, be curiousm have a good time and get to know each other. +> +> We take notes and doodle on [this collaboratively editable pad](https://pad.autonomic.zone/LqotfSJJRj69RcTtWmr7iw). If you don't have time to attend, feel free to drop your questions and some contact details also, so we can get in touch. This is only the first Kite Flying Hour in a recurring series of Kite Flying Hours. +> +> Hope to see you there! ☁️ 🌞 🖥️ diff --git a/mkdocs.yml b/mkdocs.yml index 6b46546..b6d86ba 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,6 +42,7 @@ nav: - Packager guide: packager-guide.md - Frequently asked questions: faq.md - Contributing guide: contribute.md + - Community organising: comm-org.md - Admin guide: - How to manage the .abra directory: config.md - Manage secret data: secrets.md