├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── onboarding-general-member.md │ ├── onboarding-steering.md │ └── todo-ospo-ambassador-request.md └── settings.yml ├── .gitignore ├── .gitvote.yml ├── CHARTER.adoc ├── LICENSE ├── README.md ├── archived ├── Touchpoint │ ├── README.md │ ├── feedback │ │ ├── README.md │ │ └── TODO Group Feedback 2020 (Responses).csv │ └── template │ │ └── .gitkeep └── other ├── goals.md ├── onboarding ├── README.md ├── community.md ├── general-member.md └── steering.md ├── resolutions ├── README.md ├── approved │ ├── .gitkeep │ ├── 2020-01.md │ ├── 2020-03.md │ ├── 2020-04.md │ ├── 2021-01.md │ ├── 2024-02-19.md │ └── 2024-08-05.md ├── declined │ ├── .gitkeep │ ├── 2024-02-16.md │ └── 2024-02-20.md ├── numbers.md ├── proposed │ ├── .gitkeep │ ├── 2020-02.md │ └── 2022-01.md └── template │ ├── .gitkeep │ └── standard.md └── structure ├── ambassadors ├── Ambassadors.md └── TODO-OSPO-Ambassador-Program.md ├── associates └── Associates.md ├── members └── MEMBERS.csv ├── roles.md ├── steering_committee └── EMERITUS.md ├── structure-mindmap.md └── working_group └── doc /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/onboarding-general-member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.github/ISSUE_TEMPLATE/onboarding-general-member.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/onboarding-steering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.github/ISSUE_TEMPLATE/onboarding-steering.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/todo-ospo-ambassador-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.github/ISSUE_TEMPLATE/todo-ospo-ambassador-request.md -------------------------------------------------------------------------------- /.github/settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.github/settings.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitvote.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/.gitvote.yml -------------------------------------------------------------------------------- /CHARTER.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/CHARTER.adoc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/README.md -------------------------------------------------------------------------------- /archived/Touchpoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/archived/Touchpoint/README.md -------------------------------------------------------------------------------- /archived/Touchpoint/feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/archived/Touchpoint/feedback/README.md -------------------------------------------------------------------------------- /archived/Touchpoint/feedback/TODO Group Feedback 2020 (Responses).csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/archived/Touchpoint/feedback/TODO Group Feedback 2020 (Responses).csv -------------------------------------------------------------------------------- /archived/Touchpoint/template/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/other: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/goals.md -------------------------------------------------------------------------------- /onboarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/onboarding/README.md -------------------------------------------------------------------------------- /onboarding/community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/onboarding/community.md -------------------------------------------------------------------------------- /onboarding/general-member.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/onboarding/general-member.md -------------------------------------------------------------------------------- /onboarding/steering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/onboarding/steering.md -------------------------------------------------------------------------------- /resolutions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/README.md -------------------------------------------------------------------------------- /resolutions/approved/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolutions/approved/2020-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2020-01.md -------------------------------------------------------------------------------- /resolutions/approved/2020-03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2020-03.md -------------------------------------------------------------------------------- /resolutions/approved/2020-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2020-04.md -------------------------------------------------------------------------------- /resolutions/approved/2021-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2021-01.md -------------------------------------------------------------------------------- /resolutions/approved/2024-02-19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2024-02-19.md -------------------------------------------------------------------------------- /resolutions/approved/2024-08-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/approved/2024-08-05.md -------------------------------------------------------------------------------- /resolutions/declined/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolutions/declined/2024-02-16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/declined/2024-02-16.md -------------------------------------------------------------------------------- /resolutions/declined/2024-02-20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/declined/2024-02-20.md -------------------------------------------------------------------------------- /resolutions/numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/numbers.md -------------------------------------------------------------------------------- /resolutions/proposed/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolutions/proposed/2020-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/proposed/2020-02.md -------------------------------------------------------------------------------- /resolutions/proposed/2022-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/proposed/2022-01.md -------------------------------------------------------------------------------- /resolutions/template/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resolutions/template/standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/resolutions/template/standard.md -------------------------------------------------------------------------------- /structure/ambassadors/Ambassadors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/ambassadors/Ambassadors.md -------------------------------------------------------------------------------- /structure/ambassadors/TODO-OSPO-Ambassador-Program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/ambassadors/TODO-OSPO-Ambassador-Program.md -------------------------------------------------------------------------------- /structure/associates/Associates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/associates/Associates.md -------------------------------------------------------------------------------- /structure/members/MEMBERS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/members/MEMBERS.csv -------------------------------------------------------------------------------- /structure/roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/roles.md -------------------------------------------------------------------------------- /structure/steering_committee/EMERITUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/steering_committee/EMERITUS.md -------------------------------------------------------------------------------- /structure/structure-mindmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/governance/HEAD/structure/structure-mindmap.md -------------------------------------------------------------------------------- /structure/working_group/doc: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------