├── .github ├── ISSUE_TEMPLATE │ ├── organizer-request.yml │ ├── regional-group-application.yaml │ └── technical-group-application.yaml ├── settings.yml └── workflows │ ├── README.md │ └── sessionize-new-proposal.yaml ├── FAQ.md ├── LICENSE ├── README.md ├── assets.md ├── best_practices.md ├── meetups-vs-communityday.md └── organizer_roles.md /.github/ISSUE_TEMPLATE/organizer-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/ISSUE_TEMPLATE/organizer-request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/regional-group-application.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/ISSUE_TEMPLATE/regional-group-application.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/technical-group-application.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/ISSUE_TEMPLATE/technical-group-application.yaml -------------------------------------------------------------------------------- /.github/settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/settings.yml -------------------------------------------------------------------------------- /.github/workflows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/workflows/README.md -------------------------------------------------------------------------------- /.github/workflows/sessionize-new-proposal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/.github/workflows/sessionize-new-proposal.yaml -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/FAQ.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/README.md -------------------------------------------------------------------------------- /assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/assets.md -------------------------------------------------------------------------------- /best_practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/best_practices.md -------------------------------------------------------------------------------- /meetups-vs-communityday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/meetups-vs-communityday.md -------------------------------------------------------------------------------- /organizer_roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncf/communitygroups/HEAD/organizer_roles.md --------------------------------------------------------------------------------