Implemented democratic voting process for project decisions#1
Open
fdesbiens wants to merge 3 commits into
Open
Implemented democratic voting process for project decisions#1fdesbiens wants to merge 3 commits into
fdesbiens wants to merge 3 commits into
Conversation
Establishes a formal, EDP-compliant decision-making process for Eclipse ThreadX using GitHub Discussions and immutable git-backed decision records. Changes: - VOTING.md: full voting rules (eligibility, vendor neutrality, 2-week window, majority rules, tie-breaking by project leads, mailing list announcements, grievance escalation, governing docs appendix) - decisions/TEMPLATE.md: decision record authoring template - decisions/README.md: directory anchor - .github/CODEOWNERS: decisions/ gated to project leads - .github/DISCUSSION_TEMPLATE/proposal.yml: structured proposal form - .github/PULL_REQUEST_TEMPLATE/decision_record.md: PR checklist - .github/scripts/validate_decision.py: CI validator for DR format - .github/workflows/validate-decisions.yml: validation workflow - SSH-SIGNING.md: SSH commit signing setup guide (Windows/Ubuntu/Fedora/macOS) - README.md: participation guide, committer election info, key doc links - CONTRIBUTING.md, LICENSE: standard project files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
With a single project lead, self-approval is impossible. Any committer who participated in the vote can now approve a decision record PR to confirm the record faithfully reflects the outcome. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Changed the catch-all CODEOWNERS entry from admins-only to project leads and committers, consistent with the decisions/ rule. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Establishes a formal, EDP-compliant decision-making process for Eclipse ThreadX using GitHub Discussions and immutable git-backed decision records.
Changes: