From b06992a997fa42cd68eda81c8dea021b5da03136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 2 Aug 2022 12:02:12 +0200 Subject: [PATCH] Website: start of a "get involved" page --- .../content/development/get-involved/_index.md | 16 ++++++++++++++++ .../development/getting-started/_index.md | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 web/project-website/content/development/get-involved/_index.md diff --git a/web/project-website/content/development/get-involved/_index.md b/web/project-website/content/development/get-involved/_index.md new file mode 100644 index 00000000..d735cf38 --- /dev/null +++ b/web/project-website/content/development/get-involved/_index.md @@ -0,0 +1,16 @@ +--- +title: Get Involved +weight: 2 +--- + +Flamenco is Open Source, and open to all kinds of contributions. + +Get in contact with other developers on the [#flamenco channel][chat] of Blender +Chat. They will be happy to see a new face! + +If you want to know what kind of work can be done, take a look at the +[workboard][workboard]. + +[project]: https://developer.blender.org/project/profile/58/ +[workboard]: https://developer.blender.org/project/board/58/ +[chat]: https://blender.chat/channel/flamenco diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index 7b2face2..18a2a2e7 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -91,3 +91,9 @@ See [building][building] for more `make` targets, for example to run unit tests, enable the race condition checker, and all other kinds of useful things. [building]: {{< relref "../building/" >}} + +## 4. Get Involved + +If you're interested in helping out with Flamenco development, please read [Get Involved!][get-involved] + +[get-involved]: {{ }}