From 316ce7fcecd184e7dc2f6460be618f8c40d33341 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Thu, 12 Oct 2023 19:02:47 -0500 Subject: [PATCH 1/8] Create pull request template for new charters for easier voting --- .github/PULL_REQUEST_TEMPLATE/charter.md | 77 ++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/charter.md diff --git a/.github/PULL_REQUEST_TEMPLATE/charter.md b/.github/PULL_REQUEST_TEMPLATE/charter.md new file mode 100644 index 00000000..b4ca898d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/charter.md @@ -0,0 +1,77 @@ +This is the charter for the (standing committee / working group). + +**Include a brief description of the committee, and open the pull request as a draft to allow time for feedback before the vote.** + +Please vote on this charter by **<2 weeks from when the pull request is moved out of draft**: + +Executive Council: +- @afshin + - [ ] Yes + - [ ] No + - [ ] Abstain +- @ellisonbg + - [ ] Yes + - [ ] No + - [ ] Abstain +- @jasongrout + - [ ] Yes + - [ ] No + - [ ] Abstain +- @fperez + - [ ] Yes + - [ ] No + - [ ] Abstain +- @Ruv7 + - [ ] Yes + - [ ] No + - [ ] Abstain +- @blink1073 + - [ ] Yes + - [ ] No + - [ ] Abstain + +Software Steering Council: +- @echarles + - [ ] Yes + - [ ] No + - [ ] Abstain +- @fcollonval + - [ ] Yes + - [ ] No + - [ ] Abstain +- @SylvainCorlay + - [ ] Yes + - [ ] No + - [ ] Abstain +- @ibdafna + - [ ] Yes + - [ ] No + - [ ] Abstain +- @ivanov + - [ ] Yes + - [ ] No + - [ ] Abstain +- @rpwagner + - [ ] Yes + - [ ] No + - [ ] Abstain +- @Zsailer + - [ ] Yes + - [ ] No + - [ ] Abstain +- @minrk + - [ ] Yes + - [ ] No + - [ ] Abstain +- @isabela-pf + - [ ] Yes + - [ ] No + - [ ] Abstain +- @JohanMabille + - [ ] Yes + - [ ] No + - [ ] Abstain +- @willingc + - [ ] Yes + - [ ] No + - [ ] Abstain From 2d390f97dbe14e98f0585fd0db2e98dc2f5dcc21 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Thu, 12 Oct 2023 19:11:33 -0500 Subject: [PATCH 2/8] Make current pull request template an option --- .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md (100%) diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md From 0ea47d783f72d9db40e4a44bc577f1873d02ab9c Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Thu, 12 Oct 2023 19:16:12 -0500 Subject: [PATCH 3/8] Add separate templates for standing committee / working group --- .../{charter.md => standingcommittee.md} | 2 +- .github/PULL_REQUEST_TEMPLATE/workinggroup.md | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) rename .github/PULL_REQUEST_TEMPLATE/{charter.md => standingcommittee.md} (94%) create mode 100644 .github/PULL_REQUEST_TEMPLATE/workinggroup.md diff --git a/.github/PULL_REQUEST_TEMPLATE/charter.md b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md similarity index 94% rename from .github/PULL_REQUEST_TEMPLATE/charter.md rename to .github/PULL_REQUEST_TEMPLATE/standingcommittee.md index b4ca898d..9e18d120 100644 --- a/.github/PULL_REQUEST_TEMPLATE/charter.md +++ b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md @@ -1,4 +1,4 @@ -This is the charter for the (standing committee / working group). +This is the charter for the standing committee. **Include a brief description of the committee, and open the pull request as a draft to allow time for feedback before the vote.** diff --git a/.github/PULL_REQUEST_TEMPLATE/workinggroup.md b/.github/PULL_REQUEST_TEMPLATE/workinggroup.md new file mode 100644 index 00000000..8d2b3f82 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/workinggroup.md @@ -0,0 +1,32 @@ +This is the charter for the working group. + +**Include a brief description of the committee, and open the pull request as a draft to allow time for feedback before the vote.** + +Please vote on this charter by **<2 weeks from when the pull request is moved out of draft**: + +Executive Council: +- @afshin + - [ ] Yes + - [ ] No + - [ ] Abstain +- @ellisonbg + - [ ] Yes + - [ ] No + - [ ] Abstain +- @jasongrout + - [ ] Yes + - [ ] No + - [ ] Abstain +- @fperez + - [ ] Yes + - [ ] No + - [ ] Abstain +- @Ruv7 + - [ ] Yes + - [ ] No + - [ ] Abstain +- @blink1073 + - [ ] Yes + - [ ] No + - [ ] Abstain + From 854967fd3f58d35ca0b4043979cf703f1ff9f098 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Mon, 16 Oct 2023 10:12:17 -0500 Subject: [PATCH 4/8] Remove Carol --- .github/PULL_REQUEST_TEMPLATE/standingcommittee.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md index 9e18d120..e6e9df7c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md +++ b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md @@ -71,7 +71,3 @@ Software Steering Council: - [ ] Yes - [ ] No - [ ] Abstain -- @willingc - - [ ] Yes - - [ ] No - - [ ] Abstain From 3dad9264feceddd775369f1e7e3d796c44602d4b Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Tue, 17 Oct 2023 16:42:41 -0500 Subject: [PATCH 5/8] Add header --- .github/PULL_REQUEST_TEMPLATE/standingcommittee.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md index e6e9df7c..f447147e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md +++ b/.github/PULL_REQUEST_TEMPLATE/standingcommittee.md @@ -1,4 +1,9 @@ -This is the charter for the standing committee. +--- +name: "Standing Committee Charter" +about: Initiating a vote on a new Standing Committee Charter +--- + +This is the charter for [the standing committee]. **Include a brief description of the committee, and open the pull request as a draft to allow time for feedback before the vote.** From 5f53286e62fbd3647efc8c97cf7a91c8ebc2d20b Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Tue, 17 Oct 2023 16:43:19 -0500 Subject: [PATCH 6/8] Add header --- .github/PULL_REQUEST_TEMPLATE/workinggroup.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/workinggroup.md b/.github/PULL_REQUEST_TEMPLATE/workinggroup.md index 8d2b3f82..6a054cb5 100644 --- a/.github/PULL_REQUEST_TEMPLATE/workinggroup.md +++ b/.github/PULL_REQUEST_TEMPLATE/workinggroup.md @@ -1,4 +1,9 @@ -This is the charter for the working group. +--- +name: "Working Group Charter" +about: Initiating a vote on a new Working Group Charter +--- + +This is the charter for [the working group]. **Include a brief description of the committee, and open the pull request as a draft to allow time for feedback before the vote.** From aa33da056e4423d108104a282cf7f8d6207aa653 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Tue, 17 Oct 2023 16:44:06 -0500 Subject: [PATCH 7/8] Update pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 44d415f9..50571f96 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,3 +1,8 @@ +--- +name: "Other" +--- + +