From 28238d5c9ff96a923268bfc0a83734e614ed4339 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Sun, 15 Dec 2019 08:53:44 -0800 Subject: [PATCH 1/5] git reset --- .gitignore | 0 .travis.yml | 0 LICENSE | 0 Makefile | 0 README.md | 0 StrawPollComment.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile mode change 100644 => 100755 README.md mode change 100644 => 100755 StrawPollComment.txt diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/StrawPollComment.txt b/StrawPollComment.txt old mode 100644 new mode 100755 From 222b3f679686626427e7f9f7ee6056395704b6db Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Thu, 3 Sep 2020 14:42:24 -0700 Subject: [PATCH 2/5] text to describe Revision Exception votes that will allow forward progress on PRs even if minor modifications are made Signed-off-by: Kathryn Mohror --- pmix_governance.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pmix_governance.tex b/pmix_governance.tex index 27b5b12..6f425b0 100755 --- a/pmix_governance.tex +++ b/pmix_governance.tex @@ -320,6 +320,24 @@ \subsubsection{General voting rules}\label{general-voting-rules}} as having been voted \emph{in absentia} in the official tally. \end{itemize} +Revision Exception votes are special votes for PRs that have been modified +after the two-week review period deadline before a quarterly meeting +before a first vote or after having passed a first +vote. Revision Exception votes can be called by the proposer to evaluate +whether the ASC is willing to proceed voting on the PR including the +modifications. +The idea behind Revision Exception votes is to maintain forward progress on +PRs even if changes are made after the quarterly meeting deadlines or after +a first vote. +Normally, changes acceptable for Revision Exception votes +are relatively minor and do not change the fundamentals of the PR. However, +if all members of the ASC eligible to vote and in attendance at a quarterly +meeting vote affirmatively for a Revision Exception vote, then the regular vote +for the PR can proceed for the text of the PR including the modifications. +If any member of the ASC eligible to vote votes negatively for the Revision +Exception vote, the proposer must chose to re-read the PR with the modifications +or to continue the normal vote without the modifications. + Straw Polls are used in several places as a means of gauging community support for a proposal - e.g., in assessing acceptance for a new Provisional API. Straw Polls are conducted on an informal basis From b718203b16f819a3fa9d47f04424c4aabbfd2390 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Thu, 10 Sep 2020 08:57:31 -0700 Subject: [PATCH 3/5] updating for comments on PR regarding quorum of voters Signed-off-by: Kathryn Mohror --- pmix_governance.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pmix_governance.tex b/pmix_governance.tex index 6f425b0..9ca7c1e 100755 --- a/pmix_governance.tex +++ b/pmix_governance.tex @@ -334,8 +334,10 @@ \subsubsection{General voting rules}\label{general-voting-rules}} if all members of the ASC eligible to vote and in attendance at a quarterly meeting vote affirmatively for a Revision Exception vote, then the regular vote for the PR can proceed for the text of the PR including the modifications. -If any member of the ASC eligible to vote votes negatively for the Revision -Exception vote, the proposer must chose to re-read the PR with the modifications +A quorum of ASC voting-eligible members must be present and vote in the affirmative +without any negative votes for the Revision Exception vote to pass. +If the Revision Exception vote does not pass, +the proposer must chose to re-read the PR with the modifications or to continue the normal vote without the modifications. Straw Polls are used in several places as a means of gauging From 29153181d2c5179849307cc9bb09f11b59b914c0 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Thu, 10 Sep 2020 14:15:03 -0700 Subject: [PATCH 4/5] Updates from feedback from October monthly meeting Signed-off-by: Kathryn Mohror --- pmix_governance.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pmix_governance.tex b/pmix_governance.tex index 9ca7c1e..f5d8a8c 100755 --- a/pmix_governance.tex +++ b/pmix_governance.tex @@ -321,9 +321,9 @@ \subsubsection{General voting rules}\label{general-voting-rules}} \end{itemize} Revision Exception votes are special votes for PRs that have been modified -after the two-week review period deadline before a quarterly meeting +after the review period deadline before a quarterly meeting before a first vote or after having passed a first -vote. Revision Exception votes can be called by the proposer to evaluate +vote. Revision Exception votes may be called by the proposer to evaluate whether the ASC is willing to proceed voting on the PR including the modifications. The idea behind Revision Exception votes is to maintain forward progress on @@ -331,9 +331,9 @@ \subsubsection{General voting rules}\label{general-voting-rules}} a first vote. Normally, changes acceptable for Revision Exception votes are relatively minor and do not change the fundamentals of the PR. However, -if all members of the ASC eligible to vote and in attendance at a quarterly -meeting vote affirmatively for a Revision Exception vote, then the regular vote -for the PR can proceed for the text of the PR including the modifications. +if a quorum of ASC voting-eligible members all vote affirmatively +for a Revision Exception vote, then the regular vote +for the PR may proceed for the text of the PR including the modifications. A quorum of ASC voting-eligible members must be present and vote in the affirmative without any negative votes for the Revision Exception vote to pass. If the Revision Exception vote does not pass, From bfc74cba417afe5195da9724d5d365b174bb0335 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Thu, 1 Oct 2020 09:55:14 -0700 Subject: [PATCH 5/5] typo fix pmix_governance.tex Co-authored-by: Josh Hursey <4259120+jjhursey@users.noreply.github.com> --- pmix_governance.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmix_governance.tex b/pmix_governance.tex index f5d8a8c..e3fd172 100755 --- a/pmix_governance.tex +++ b/pmix_governance.tex @@ -337,7 +337,7 @@ \subsubsection{General voting rules}\label{general-voting-rules}} A quorum of ASC voting-eligible members must be present and vote in the affirmative without any negative votes for the Revision Exception vote to pass. If the Revision Exception vote does not pass, -the proposer must chose to re-read the PR with the modifications +the proposer must choose to re-read the PR with the modifications or to continue the normal vote without the modifications. Straw Polls are used in several places as a means of gauging