From e9c931bada6a21024de3f9306b7485e29890c466 Mon Sep 17 00:00:00 2001 From: Noah Abrahams Date: Sun, 3 Feb 2019 22:39:32 -0800 Subject: [PATCH] Added community input to the non-code-contributions guide, and added a link to that guide from the Contributor Guide. --- contributors/guide/README.md | 1 + contributors/guide/non-code-contributions.md | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index e91eb0fce..c0d8ac868 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -80,6 +80,7 @@ There's always a need for more test coverage. You get the idea - if you ever see something you think should be fixed, you should own it. Here is how you get started. If you have no idea what to start on, you can browse the [Contributor Role Board](https://discuss.kubernetes.io/c/contributors/role-board) to see who is looking for help. +Those interested in contributing without writing code may also find ideas in the [Non-Code Contributions Guide](non-code-contributions.md). ### Find a good first topic diff --git a/contributors/guide/non-code-contributions.md b/contributors/guide/non-code-contributions.md index 29bce79c3..95c328a1e 100644 --- a/contributors/guide/non-code-contributions.md +++ b/contributors/guide/non-code-contributions.md @@ -27,10 +27,11 @@ These are roles that either span the project as a whole, or span several areas o - Outward facing community work (might be more CNCF-oriented) - Hosting meetups and general evangelism - Presentation of work to meetups - - Design - - Web Development - - Artistic contributions - - Conference-specific or Project-specific + - Visual Communication + - Diagrams and visual explanations of concepts + - Infographic design + - Icon design + - Various artistic contributions to strengthen kubernetes brand, evangelize the project, and develop community - Non-Documentation writing - Blogging about early experiences - Operational manuals @@ -63,6 +64,7 @@ These are roles that are important to each and every SIG within the Kubernetes p - Updates - Reviewing/logging technical ownership for documentation that might need updating - Translation +- UX/UI Design - Release roles - All roles have shadows for onboarding new members - Project management @@ -74,6 +76,7 @@ These are roles that are important to each and every SIG within the Kubernetes p - Events - Organizing/helping run Face-to-Face meetings for SIGs/WGs/subprojects - Putting together SIG Intros & Deep-dives for KubeCon/CloudNativeCon +- Managing & Uploading Recordings to YouTube #### Non-Code Tasks in Primarily-Code roles These are roles that are not code-based, but require knowledge of either general coding, or specific domain knowledge of the Kubernetes code base.