From 9d59091d9629343009ac49970a782de922e1b1d7 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Sat, 7 Feb 2026 13:28:59 -0800 Subject: [PATCH 1/2] Add DEEP framework AI usage guidance to issue and PR templates Replace minimal AI disclosure comment in all 7 issue templates and add a new AI usage section to the PR template, embedding Learning Equality's DEEP guidelines (Disclose, Engage critically, Edit, Process sharing) with context-appropriate examples for each template type. Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_issue.md | 27 +++++++++++++++-- .github/ISSUE_TEMPLATE/enhancement_issue.md | 27 +++++++++++++++-- .github/ISSUE_TEMPLATE/feature_issue.md | 27 +++++++++++++++-- .github/ISSUE_TEMPLATE/other_issue.md | 27 +++++++++++++++-- .github/ISSUE_TEMPLATE/product_issue.md | 27 +++++++++++++++-- .../ISSUE_TEMPLATE/technical_task_issue.md | 27 +++++++++++++++-- .../technical_tracking_issue.md | 27 +++++++++++++++-- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++ 8 files changed, 204 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_issue.md b/.github/ISSUE_TEMPLATE/bug_issue.md index aa75ae0..717e0bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue.md +++ b/.github/ISSUE_TEMPLATE/bug_issue.md @@ -67,6 +67,29 @@ Tell us about your environment, including: … + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/enhancement_issue.md b/.github/ISSUE_TEMPLATE/enhancement_issue.md index 637b054..17bb8e6 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_issue.md +++ b/.github/ISSUE_TEMPLATE/enhancement_issue.md @@ -29,6 +29,29 @@ Instructions: + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/feature_issue.md b/.github/ISSUE_TEMPLATE/feature_issue.md index 60957a1..94adc57 100644 --- a/.github/ISSUE_TEMPLATE/feature_issue.md +++ b/.github/ISSUE_TEMPLATE/feature_issue.md @@ -41,6 +41,29 @@ _[Issues should be attached as sub issues as they are created. There will probab + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md index b78f4a9..8ba9667 100644 --- a/.github/ISSUE_TEMPLATE/other_issue.md +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -8,6 +8,29 @@ about: For issues that don't fit any other category + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/product_issue.md b/.github/ISSUE_TEMPLATE/product_issue.md index 469f260..f85cdba 100644 --- a/.github/ISSUE_TEMPLATE/product_issue.md +++ b/.github/ISSUE_TEMPLATE/product_issue.md @@ -23,6 +23,29 @@ _[Then, more detail. Provide a short summary and/or list key outcomes that the u + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/technical_task_issue.md b/.github/ISSUE_TEMPLATE/technical_task_issue.md index 0580c16..3514959 100644 --- a/.github/ISSUE_TEMPLATE/technical_task_issue.md +++ b/.github/ISSUE_TEMPLATE/technical_task_issue.md @@ -102,6 +102,29 @@ Links to documentation, code references, or relevant libraries. --> + +## AI usage diff --git a/.github/ISSUE_TEMPLATE/technical_tracking_issue.md b/.github/ISSUE_TEMPLATE/technical_tracking_issue.md index 740aa6c..c12bf39 100644 --- a/.github/ISSUE_TEMPLATE/technical_tracking_issue.md +++ b/.github/ISSUE_TEMPLATE/technical_tracking_issue.md @@ -53,6 +53,29 @@ Otherwise, leave testing guidance to individual task issues. --> + +## AI usage diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 07a4441..342a2dc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,3 +29,32 @@ --> … + + + +## AI usage From d44c2e8777579b21d07d59b9058a641a835289f3 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Sat, 7 Feb 2026 13:44:25 -0800 Subject: [PATCH 2/2] Add target branch field to technical task issue template Co-Authored-By: Claude Opus 4.6 --- .github/ISSUE_TEMPLATE/bug_issue.md | 2 ++ .github/ISSUE_TEMPLATE/enhancement_issue.md | 2 ++ .github/ISSUE_TEMPLATE/technical_task_issue.md | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_issue.md b/.github/ISSUE_TEMPLATE/bug_issue.md index 717e0bc..23cc87d 100644 --- a/.github/ISSUE_TEMPLATE/bug_issue.md +++ b/.github/ISSUE_TEMPLATE/bug_issue.md @@ -12,6 +12,8 @@ Instructions: * Use the 'preview' function above this text box to verify formatting before submitting --> +**Target branch:** + ## Observed behavior +**Target branch:** + ## Current behavior diff --git a/.github/ISSUE_TEMPLATE/technical_task_issue.md b/.github/ISSUE_TEMPLATE/technical_task_issue.md index 3514959..b220cc6 100644 --- a/.github/ISSUE_TEMPLATE/technical_task_issue.md +++ b/.github/ISSUE_TEMPLATE/technical_task_issue.md @@ -19,6 +19,7 @@ Keep it brief - a few sentences. --> **Complexity:** Low | Medium | High +**Target branch:** ### Context