From f65fe994926dfb11b564b47f6b9f9e665b6a23a4 Mon Sep 17 00:00:00 2001 From: jflo Date: Tue, 14 Apr 2026 07:05:44 -0400 Subject: [PATCH 1/3] Add contributor call agenda issue template Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: jflo --- .github/ISSUE_TEMPLATE/contributor-call.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/contributor-call.md diff --git a/.github/ISSUE_TEMPLATE/contributor-call.md b/.github/ISSUE_TEMPLATE/contributor-call.md new file mode 100644 index 00000000000..4887270df70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/contributor-call.md @@ -0,0 +1,21 @@ +--- +name: Contributor Call Agenda +about: agenda for the Besu contributor call +title: 'YYYY-MM-DD Contributor Call' +labels: 'agenda' +assignees: 'jflo' + +--- + +### Housekeeping + +- [Antitrust Policy](https://www.linuxfoundation.org/legal/antitrust-policy) notice +- This meeting is being recorded, transcribed, and machine summarized +- Please mute unless speaking +- If you have a question use the raise hand feature + +### Agenda Items + +1. **[Topic 1]** — [Brief description] +2. **[Topic 2]** — [Brief description] +3. **[Topic 3]** — [Brief description] \ No newline at end of file From a30a52f8bd4c1589b4b206d368267696aff60a33 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Tue, 14 Apr 2026 07:14:30 -0400 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/contributor-call.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Justin Florentine --- .github/ISSUE_TEMPLATE/contributor-call.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/contributor-call.md b/.github/ISSUE_TEMPLATE/contributor-call.md index 4887270df70..61a5921a5b1 100644 --- a/.github/ISSUE_TEMPLATE/contributor-call.md +++ b/.github/ISSUE_TEMPLATE/contributor-call.md @@ -2,8 +2,8 @@ name: Contributor Call Agenda about: agenda for the Besu contributor call title: 'YYYY-MM-DD Contributor Call' -labels: 'agenda' -assignees: 'jflo' +labels: [agenda] +assignees: [jflo] --- From 924e525289ebe6eedb36fcc8ae930aa40167c9f5 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Tue, 14 Apr 2026 07:14:51 -0400 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/contributor-call.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Justin Florentine --- .github/ISSUE_TEMPLATE/contributor-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/contributor-call.md b/.github/ISSUE_TEMPLATE/contributor-call.md index 61a5921a5b1..517e246ab38 100644 --- a/.github/ISSUE_TEMPLATE/contributor-call.md +++ b/.github/ISSUE_TEMPLATE/contributor-call.md @@ -1,6 +1,6 @@ --- name: Contributor Call Agenda -about: agenda for the Besu contributor call +about: Agenda for the Besu contributor call title: 'YYYY-MM-DD Contributor Call' labels: [agenda] assignees: [jflo]