├── .github ├── ISSUE_TEMPLATE │ ├── community-call-agenda.md │ ├── membership.md │ ├── onboard-maintainer.md │ ├── remove-maintainer.md │ ├── sandbox-admission.md │ └── sandbox-graduation.md ├── holopin.yml ├── scripts │ ├── .components │ │ ├── discord_binding.yml │ │ ├── env_secretstore.yml │ │ └── metrics_binding.yml │ ├── alert_on_discord.py │ ├── export_metrics_as_env.py │ └── github_issues_metrics.py └── workflows │ └── github_metrics.yml ├── ADMINISTRATORS.md ├── ADOPTERS.md ├── CODE-OF-CONDUCT.md ├── CODEOWNERS ├── COMMUNITY-MANAGER.md ├── DaprCon └── 2022 │ └── proposal-submission-form.md ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── blogposts └── README.md ├── community-manager-onboarding-1.md ├── community-manager-onboarding-2.md ├── community-membership.md ├── community-office-hours.md ├── contributing.md ├── elections ├── 2023-STC │ ├── candidate-berndverst.md │ ├── candidate-cvictory.md │ ├── candidate-daxiang0.md │ ├── candidate-halspang.md │ ├── candidate-jackzhao.md │ ├── candidate-johnewart.md │ ├── candidate-msfussell.md │ ├── candidate-olitomlinson.md │ ├── candidate-paulyuk.md │ ├── candidate-yaron2.md │ ├── election.yaml │ ├── election_desc.md │ ├── voter-guide.md │ └── voters.yaml └── 2025-STC │ ├── candidate-cyb3rward0g.md │ ├── candidate-daixiang0.md │ ├── candidate-halspang.md │ ├── candidate-msfussell.md │ ├── candidate-olitomlinson.md │ ├── candidate-paulyuk.md │ ├── candidate-whitwaldo.md │ ├── candidate-yaron2.md │ ├── election.yaml │ ├── election_desc.md │ ├── voter-guide.md │ └── voters.yaml ├── images ├── dapr-presenter-badge.png ├── dapr-writer-badge.png ├── feature-definition-diagram.png └── release-cycle-diagram.png ├── presentations └── README.md ├── release-process.md ├── roadmap.md ├── steering-and-technical-committee-charter.md └── steering-and-technical-committee-meetings └── README.md /.github/ISSUE_TEMPLATE/community-call-agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/community-call-agenda.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/membership.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/onboard-maintainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/onboard-maintainer.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/remove-maintainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/remove-maintainer.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/sandbox-admission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/sandbox-admission.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/sandbox-graduation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/ISSUE_TEMPLATE/sandbox-graduation.md -------------------------------------------------------------------------------- /.github/holopin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/holopin.yml -------------------------------------------------------------------------------- /.github/scripts/.components/discord_binding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/.components/discord_binding.yml -------------------------------------------------------------------------------- /.github/scripts/.components/env_secretstore.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/.components/env_secretstore.yml -------------------------------------------------------------------------------- /.github/scripts/.components/metrics_binding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/.components/metrics_binding.yml -------------------------------------------------------------------------------- /.github/scripts/alert_on_discord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/alert_on_discord.py -------------------------------------------------------------------------------- /.github/scripts/export_metrics_as_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/export_metrics_as_env.py -------------------------------------------------------------------------------- /.github/scripts/github_issues_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/scripts/github_issues_metrics.py -------------------------------------------------------------------------------- /.github/workflows/github_metrics.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/.github/workflows/github_metrics.yml -------------------------------------------------------------------------------- /ADMINISTRATORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/ADMINISTRATORS.md -------------------------------------------------------------------------------- /ADOPTERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/ADOPTERS.md -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /COMMUNITY-MANAGER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/COMMUNITY-MANAGER.md -------------------------------------------------------------------------------- /DaprCon/2022/proposal-submission-form.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/DaprCon/2022/proposal-submission-form.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/README.md -------------------------------------------------------------------------------- /blogposts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/blogposts/README.md -------------------------------------------------------------------------------- /community-manager-onboarding-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/community-manager-onboarding-1.md -------------------------------------------------------------------------------- /community-manager-onboarding-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/community-manager-onboarding-2.md -------------------------------------------------------------------------------- /community-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/community-membership.md -------------------------------------------------------------------------------- /community-office-hours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/community-office-hours.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/contributing.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-berndverst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-berndverst.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-cvictory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-cvictory.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-daxiang0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-daxiang0.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-halspang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-halspang.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-jackzhao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-jackzhao.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-johnewart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-johnewart.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-msfussell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-msfussell.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-olitomlinson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-olitomlinson.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-paulyuk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-paulyuk.md -------------------------------------------------------------------------------- /elections/2023-STC/candidate-yaron2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/candidate-yaron2.md -------------------------------------------------------------------------------- /elections/2023-STC/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/election.yaml -------------------------------------------------------------------------------- /elections/2023-STC/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/election_desc.md -------------------------------------------------------------------------------- /elections/2023-STC/voter-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/voter-guide.md -------------------------------------------------------------------------------- /elections/2023-STC/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2023-STC/voters.yaml -------------------------------------------------------------------------------- /elections/2025-STC/candidate-cyb3rward0g.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-cyb3rward0g.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-daixiang0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-daixiang0.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-halspang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-halspang.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-msfussell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-msfussell.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-olitomlinson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-olitomlinson.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-paulyuk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-paulyuk.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-whitwaldo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-whitwaldo.md -------------------------------------------------------------------------------- /elections/2025-STC/candidate-yaron2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/candidate-yaron2.md -------------------------------------------------------------------------------- /elections/2025-STC/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/election.yaml -------------------------------------------------------------------------------- /elections/2025-STC/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/election_desc.md -------------------------------------------------------------------------------- /elections/2025-STC/voter-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/voter-guide.md -------------------------------------------------------------------------------- /elections/2025-STC/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/elections/2025-STC/voters.yaml -------------------------------------------------------------------------------- /images/dapr-presenter-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/images/dapr-presenter-badge.png -------------------------------------------------------------------------------- /images/dapr-writer-badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/images/dapr-writer-badge.png -------------------------------------------------------------------------------- /images/feature-definition-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/images/feature-definition-diagram.png -------------------------------------------------------------------------------- /images/release-cycle-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/images/release-cycle-diagram.png -------------------------------------------------------------------------------- /presentations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/presentations/README.md -------------------------------------------------------------------------------- /release-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/release-process.md -------------------------------------------------------------------------------- /roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/roadmap.md -------------------------------------------------------------------------------- /steering-and-technical-committee-charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/steering-and-technical-committee-charter.md -------------------------------------------------------------------------------- /steering-and-technical-committee-meetings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dapr/community/HEAD/steering-and-technical-committee-meetings/README.md --------------------------------------------------------------------------------