├── .DS_Store ├── CHANGELOG.md ├── LICENSE ├── docs ├── .gitbook │ └── assets │ │ ├── 1200px-gsoc-icon.svg.png │ │ ├── 2 (1).png │ │ ├── 2.png │ │ ├── 22.png │ │ ├── 222.png │ │ ├── 555555.png │ │ ├── b.png │ │ ├── ch.png │ │ ├── chaoss-b (1).png │ │ ├── chaoss-b.png │ │ ├── chaoss-black.svg │ │ ├── chaoss-color.svg │ │ ├── chaoss-font.png │ │ ├── chaoss-g.png │ │ ├── chaoss-p.png │ │ ├── chaoss-r.png │ │ ├── chaoss-white.png │ │ ├── chaoss-white.svg │ │ ├── chaosscon.png │ │ ├── frame-2-1- (1) (1).jpg │ │ ├── frame-2-1- (1).jpg │ │ ├── frame-2.jpg │ │ ├── frame-2.png │ │ ├── free-youtube-logo-icon-2431-thumb.png │ │ ├── g.png │ │ ├── image (1).png │ │ ├── image (2).png │ │ ├── image (3).png │ │ ├── image (4).png │ │ ├── image (5).png │ │ ├── image (6) (1) (1).png │ │ ├── image (6) (1).png │ │ ├── image (7).png │ │ ├── logo-large_1123x271.png │ │ ├── logo.png │ │ ├── outreachy-logo.png │ │ ├── p.png │ │ ├── r.png │ │ ├── red.png │ │ ├── seasonofdocs_icon_grey_300ppi-whitespace-cropped.png │ │ ├── undraw_blog_anyj.png │ │ ├── undraw_candidate_ubwv.png │ │ ├── undraw_clean_up_ucm0.png │ │ ├── undraw_code_review_l1q9 (1) (1) (1).png │ │ ├── undraw_code_review_l1q9 (1) (1).png │ │ ├── undraw_collaboration2_8og0.png │ │ ├── undraw_community_8nwl.png │ │ ├── undraw_conference_uo36.png │ │ ├── undraw_content_creator_xeju-1-.png │ │ ├── undraw_dev_focus_b9xo.png │ │ ├── undraw_developer_activity_bv83-2-.png │ │ ├── undraw_events_2p66.png │ │ ├── undraw_group_chat_unwm.png │ │ ├── undraw_live_collaboration_2r4y.png │ │ ├── undraw_medicine_b1ol.png │ │ ├── undraw_meet_the_team_e5b7.png │ │ ├── undraw_newsletter_re_wrob.png │ │ ├── undraw_organizing_projects_0p9a.png │ │ ├── undraw_product_tour_foyt.png │ │ ├── undraw_publish_article_icso (1).png │ │ ├── undraw_publish_article_icso.png │ │ ├── undraw_recording_re_5xyq.png │ │ ├── undraw_schedule_pnbk.png │ │ ├── undraw_shared_workspace_hwky.png │ │ ├── undraw_team_ih79.png │ │ ├── undraw_team_page_re_cffb.png │ │ ├── undraw_viral_tweet_gndb-1-.png │ │ ├── undraw_wordpress_utxt.png │ │ ├── undraw_youtube_tutorial_2gn3.png │ │ └── update-translations-flowchart.png ├── README.md ├── _old_README.md ├── about │ ├── CHAOSS_History_Timeline.svg │ ├── chaoss-history.md │ ├── community-guidelines.md │ ├── general-faq.md │ ├── path-to-leadership.md │ ├── roadmap.md │ ├── roles-and-responsibilities.md │ ├── terminology-usage.md │ ├── terminology │ │ ├── README.md │ │ ├── chaoss-committees.md │ │ ├── chaoss-community-mentorship-terminology.md │ │ ├── chaoss-specific-terms.md │ │ └── wg-terminology.md │ └── values.md ├── badging │ ├── apply-for-a-badge │ │ ├── README.md │ │ ├── apply-for-in-person-event.md │ │ └── apply-for-virtual-event.md │ ├── d-and-i-badging-code-of-conduct.md │ ├── how-to-contribute.md │ ├── overview.md │ ├── reviewing │ │ ├── README.md │ │ ├── apply-to-review.md │ │ ├── conflict-of-interest-policy.md │ │ └── the-review-process.md │ ├── roles-and-responsibility │ │ ├── README.md │ │ ├── applicant.md │ │ ├── maintainer.md │ │ ├── moderator.md │ │ └── reviewer.md │ └── the-badging-bot.md ├── community-handbook.md ├── community-initiatives │ ├── chaoss-meetings.md │ ├── chaosscast.md │ ├── chaosscon.md │ ├── community-report.md │ ├── metrics │ │ ├── README.md │ │ ├── Translations_Guide.svg │ │ ├── chaoss-metric-release.md │ │ ├── metrics-faq.md │ │ ├── releases.md │ │ └── translation.md │ └── working-groups │ │ ├── README.md │ │ └── wg-repository-structure.md ├── conf.py ├── contributing │ ├── design │ │ ├── README.md │ │ ├── chaoss-visual-identity.md │ │ ├── design-contribution.md │ │ └── design-worklfow.md │ ├── development │ │ ├── README.md │ │ └── contributing-worfkflow.md │ ├── documentation │ │ ├── README.md │ │ └── style-guide.md │ └── outreach.md ├── index.rst ├── mentorships │ ├── google-season-of-docs.md │ ├── google-summer-of-code.md │ ├── mentorship-roles-and-responsibilities.md │ └── outreachy.md ├── newcomers │ └── newcomers-guide.md └── requirements.txt └── handbook-usage.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/.DS_Store -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/LICENSE -------------------------------------------------------------------------------- /docs/.gitbook/assets/1200px-gsoc-icon.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/1200px-gsoc-icon.svg.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/2 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/2 (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/2.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/22.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/222.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/555555.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/555555.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/b.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/ch.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-b (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-b (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-b.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-black.svg -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-color.svg -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-font.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-g.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-p.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-r.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-white.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaoss-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaoss-white.svg -------------------------------------------------------------------------------- /docs/.gitbook/assets/chaosscon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/chaosscon.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/frame-2-1- (1) (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/frame-2-1- (1) (1).jpg -------------------------------------------------------------------------------- /docs/.gitbook/assets/frame-2-1- (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/frame-2-1- (1).jpg -------------------------------------------------------------------------------- /docs/.gitbook/assets/frame-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/frame-2.jpg -------------------------------------------------------------------------------- /docs/.gitbook/assets/frame-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/frame-2.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/free-youtube-logo-icon-2431-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/free-youtube-logo-icon-2431-thumb.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/g.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (6) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (6) (1) (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (6) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (6) (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/logo-large_1123x271.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/logo-large_1123x271.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/logo.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/outreachy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/outreachy-logo.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/p.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/r.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/red.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/seasonofdocs_icon_grey_300ppi-whitespace-cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/seasonofdocs_icon_grey_300ppi-whitespace-cropped.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_blog_anyj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_blog_anyj.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_candidate_ubwv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_candidate_ubwv.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_clean_up_ucm0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_clean_up_ucm0.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_code_review_l1q9 (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_code_review_l1q9 (1) (1) (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_code_review_l1q9 (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_code_review_l1q9 (1) (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_collaboration2_8og0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_collaboration2_8og0.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_community_8nwl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_community_8nwl.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_conference_uo36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_conference_uo36.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_content_creator_xeju-1-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_content_creator_xeju-1-.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_dev_focus_b9xo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_dev_focus_b9xo.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_developer_activity_bv83-2-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_developer_activity_bv83-2-.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_events_2p66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_events_2p66.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_group_chat_unwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_group_chat_unwm.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_live_collaboration_2r4y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_live_collaboration_2r4y.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_medicine_b1ol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_medicine_b1ol.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_meet_the_team_e5b7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_meet_the_team_e5b7.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_newsletter_re_wrob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_newsletter_re_wrob.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_organizing_projects_0p9a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_organizing_projects_0p9a.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_product_tour_foyt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_product_tour_foyt.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_publish_article_icso (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_publish_article_icso (1).png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_publish_article_icso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_publish_article_icso.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_recording_re_5xyq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_recording_re_5xyq.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_schedule_pnbk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_schedule_pnbk.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_shared_workspace_hwky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_shared_workspace_hwky.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_team_ih79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_team_ih79.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_team_page_re_cffb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_team_page_re_cffb.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_viral_tweet_gndb-1-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_viral_tweet_gndb-1-.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_wordpress_utxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_wordpress_utxt.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/undraw_youtube_tutorial_2gn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/undraw_youtube_tutorial_2gn3.png -------------------------------------------------------------------------------- /docs/.gitbook/assets/update-translations-flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/.gitbook/assets/update-translations-flowchart.png -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_old_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/_old_README.md -------------------------------------------------------------------------------- /docs/about/CHAOSS_History_Timeline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/CHAOSS_History_Timeline.svg -------------------------------------------------------------------------------- /docs/about/chaoss-history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/chaoss-history.md -------------------------------------------------------------------------------- /docs/about/community-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/community-guidelines.md -------------------------------------------------------------------------------- /docs/about/general-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/general-faq.md -------------------------------------------------------------------------------- /docs/about/path-to-leadership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/path-to-leadership.md -------------------------------------------------------------------------------- /docs/about/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/roadmap.md -------------------------------------------------------------------------------- /docs/about/roles-and-responsibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/roles-and-responsibilities.md -------------------------------------------------------------------------------- /docs/about/terminology-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology-usage.md -------------------------------------------------------------------------------- /docs/about/terminology/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology/README.md -------------------------------------------------------------------------------- /docs/about/terminology/chaoss-committees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology/chaoss-committees.md -------------------------------------------------------------------------------- /docs/about/terminology/chaoss-community-mentorship-terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology/chaoss-community-mentorship-terminology.md -------------------------------------------------------------------------------- /docs/about/terminology/chaoss-specific-terms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology/chaoss-specific-terms.md -------------------------------------------------------------------------------- /docs/about/terminology/wg-terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/terminology/wg-terminology.md -------------------------------------------------------------------------------- /docs/about/values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/about/values.md -------------------------------------------------------------------------------- /docs/badging/apply-for-a-badge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/apply-for-a-badge/README.md -------------------------------------------------------------------------------- /docs/badging/apply-for-a-badge/apply-for-in-person-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/apply-for-a-badge/apply-for-in-person-event.md -------------------------------------------------------------------------------- /docs/badging/apply-for-a-badge/apply-for-virtual-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/apply-for-a-badge/apply-for-virtual-event.md -------------------------------------------------------------------------------- /docs/badging/d-and-i-badging-code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/d-and-i-badging-code-of-conduct.md -------------------------------------------------------------------------------- /docs/badging/how-to-contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/how-to-contribute.md -------------------------------------------------------------------------------- /docs/badging/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/overview.md -------------------------------------------------------------------------------- /docs/badging/reviewing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/reviewing/README.md -------------------------------------------------------------------------------- /docs/badging/reviewing/apply-to-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/reviewing/apply-to-review.md -------------------------------------------------------------------------------- /docs/badging/reviewing/conflict-of-interest-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/reviewing/conflict-of-interest-policy.md -------------------------------------------------------------------------------- /docs/badging/reviewing/the-review-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/reviewing/the-review-process.md -------------------------------------------------------------------------------- /docs/badging/roles-and-responsibility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/roles-and-responsibility/README.md -------------------------------------------------------------------------------- /docs/badging/roles-and-responsibility/applicant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/roles-and-responsibility/applicant.md -------------------------------------------------------------------------------- /docs/badging/roles-and-responsibility/maintainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/roles-and-responsibility/maintainer.md -------------------------------------------------------------------------------- /docs/badging/roles-and-responsibility/moderator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/roles-and-responsibility/moderator.md -------------------------------------------------------------------------------- /docs/badging/roles-and-responsibility/reviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/roles-and-responsibility/reviewer.md -------------------------------------------------------------------------------- /docs/badging/the-badging-bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/badging/the-badging-bot.md -------------------------------------------------------------------------------- /docs/community-handbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-handbook.md -------------------------------------------------------------------------------- /docs/community-initiatives/chaoss-meetings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/chaoss-meetings.md -------------------------------------------------------------------------------- /docs/community-initiatives/chaosscast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/chaosscast.md -------------------------------------------------------------------------------- /docs/community-initiatives/chaosscon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/chaosscon.md -------------------------------------------------------------------------------- /docs/community-initiatives/community-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/community-report.md -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/README.md -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/Translations_Guide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/Translations_Guide.svg -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/chaoss-metric-release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/chaoss-metric-release.md -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/metrics-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/metrics-faq.md -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/releases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/releases.md -------------------------------------------------------------------------------- /docs/community-initiatives/metrics/translation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/metrics/translation.md -------------------------------------------------------------------------------- /docs/community-initiatives/working-groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/working-groups/README.md -------------------------------------------------------------------------------- /docs/community-initiatives/working-groups/wg-repository-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/community-initiatives/working-groups/wg-repository-structure.md -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/contributing/design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/design/README.md -------------------------------------------------------------------------------- /docs/contributing/design/chaoss-visual-identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/design/chaoss-visual-identity.md -------------------------------------------------------------------------------- /docs/contributing/design/design-contribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/design/design-contribution.md -------------------------------------------------------------------------------- /docs/contributing/design/design-worklfow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/design/design-worklfow.md -------------------------------------------------------------------------------- /docs/contributing/development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/development/README.md -------------------------------------------------------------------------------- /docs/contributing/development/contributing-worfkflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/development/contributing-worfkflow.md -------------------------------------------------------------------------------- /docs/contributing/documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/documentation/README.md -------------------------------------------------------------------------------- /docs/contributing/documentation/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/documentation/style-guide.md -------------------------------------------------------------------------------- /docs/contributing/outreach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/contributing/outreach.md -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/mentorships/google-season-of-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/mentorships/google-season-of-docs.md -------------------------------------------------------------------------------- /docs/mentorships/google-summer-of-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/mentorships/google-summer-of-code.md -------------------------------------------------------------------------------- /docs/mentorships/mentorship-roles-and-responsibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/mentorships/mentorship-roles-and-responsibilities.md -------------------------------------------------------------------------------- /docs/mentorships/outreachy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/mentorships/outreachy.md -------------------------------------------------------------------------------- /docs/newcomers/newcomers-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/docs/newcomers/newcomers-guide.md -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- 1 | myst_parser -------------------------------------------------------------------------------- /handbook-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/community-handbook/HEAD/handbook-usage.md --------------------------------------------------------------------------------