Author: LeeYoungJoon
Date: 2025-10-22T08:31:35+09:00
New Revision: fde69fd0bcb139092df370f13ef8b61ebd658105

URL: 
https://github.com/llvm/llvm-project/commit/fde69fd0bcb139092df370f13ef8b61ebd658105
DIFF: 
https://github.com/llvm/llvm-project/commit/fde69fd0bcb139092df370f13ef8b61ebd658105.diff

LOG: [QualGroup][docs] Document decision-taking process and refresh sync-up 
materials (#163122)

## Summary

This PR documents the LLVM Qualification Working Group’s decision-taking
process and updates the latest sync-up meeting materials.

## Changes
* Added a new **Decision Taking** section describing:
* Principles (consensus-first, inclusiveness, transparency)Discussion
time limits
    * Voting procedure
    * Documentation of outcomes

* Updated Meeting Materials with the October 2025 presentation slides.

## Background

The LLVM Qualification Working Group aims to ensure decisions are made
transparently and collaboratively.
This new section documents how proposals are discussed, consensus is
reached, and outcomes are recorded, providing clear guidance for
contributors.
It also keeps the group’s meeting resources up to date for easier
reference and continuity.

## Testing

- [x]  Documentation builds successfully
- [x] New “Decision Taking” section renders correctly
- [x] Links and internal references are properly formatted
- [x] Meeting Materials section updated with the October 2025 slides

## Related Links
* [LLVM Qualification Working Group
Documentation](https://llvm.org/docs/QualGroup.html)

Added: 
    

Modified: 
    llvm/docs/QualGroup.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/QualGroup.rst b/llvm/docs/QualGroup.rst
index 5c05e4ed72075..0e73ec5c8be78 100644
--- a/llvm/docs/QualGroup.rst
+++ b/llvm/docs/QualGroup.rst
@@ -181,6 +181,46 @@ Membership Review
 
 To ensure the group remains active and focused, member participation will be 
reviewed every six months. Inactive members may be removed following this 
review.
 
+Decision Taking
+---------------
+
+The LLVM Qualification Working Group aims to make decisions transparently, 
collaboratively, and without unnecessary formality. The goal is to maintain 
efficiency while encouraging broad participation and mutual understanding.
+
+This section describes the lightweight process used to handle proposals and 
decisions within the group. It may be revised as the group evolves and gains 
experience.
+
+Principles
+^^^^^^^^^^
+
+* **Consensus first:** The preferred mode of decision-making is consensus 
through open discussion (primarily on Discord or during sync-up meetings).
+* **Inclusiveness and respect:** All viewpoints are encouraged, and members 
are expected to contribute constructively toward reaching a shared 
understanding.
+* **Transparency:** Discussions leading to a decision should be visible to the 
group and, whenever appropriate, summarized in public channels (e.g., Discourse 
meeting notes, Discord channel, documentation updates).
+
+Consensus and Time Limits
+^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Discussions remain open until a clear consensus emerges, meaning no sustained 
objections have been raised after reasonable discussion.
+
+To prevent open-ended debates, if no new viewpoints are expressed after an 
agreed period (e.g., 2 weeks), the moderator (typically the person who started 
the discussion thread) may take one of the following actions:
+
+* **Summarize the apparent consensus** and close the discussion, or
+* **Postpone the topic** to the next sync-up meeting if the outcome remains 
unclear, or
+* **Call for a short vote** to confirm the group’s position.
+
+Voting Procedure
+^^^^^^^^^^^^^^^^
+
+When consensus cannot be reached or when a clear yes/no decision is needed:
+
+* The moderator may call for a **simple vote** using emoji reactions on 
Discord or a similar visible method.
+* A decision passes if it receives a **majority (>50%)** of votes among 
**participants who voted.** Non-votes are **not counted** in the total.
+* To ensure decisions reflect the collective position of the group, **at least 
three-quarters of the total core members** must participate in the vote for it 
to be considered valid.
+* If results are evenly split **(50/50)**, or if participation falls below 
this threshold, the topic may be postponed to the next sync-up meeting for 
further discussion.
+
+Documentation
+^^^^^^^^^^^^^
+
+Final decisions should be briefly documented (e.g., in meeting minutes, the 
corresponding GitHub issue, or Discord discussion thread). Once stable, the 
resulting policy or outcome may be reflected in this documentation for 
reference.
+
 Current Topics & Backlog
 ========================
 
@@ -205,10 +245,11 @@ Slides used to support discussions during sync-up 
meetings are stored in LLVM's
 
 Available slides:
 
+* (add future entries here)
+* `October 2025 
<https://docs.google.com/presentation/d/1ND2SkjgcHvcEbQmMd8ExL-PpRXouP49T-wfy3xf2yRQ/edit?usp=sharing>`_
 * `September 2025 
<https://docs.google.com/presentation/d/1SZAE-QHfJED6CxJCCtBkPDxcw7XU9ORX54TJyXe1ppc/edit?usp=sharing>`_
 * `August 2025 
<https://docs.google.com/presentation/d/1K8GWoRm8ZAeyyGvTeV5f-sMOhMr7WHiEk6_Nm5Fk10o/edit?usp=sharing>`_
 * `July 2025 
<https://docs.google.com/presentation/d/1ktURe9qz5ggbdOQYK-2ISpiC18B-Y_35WvGyAnnxEpw/edit?usp=sharing>`_
-* (add future entries here)
 
 AI Transcription Policy
 =======================


        
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to