From 6c24b282e2cf737aad7fa44318086e3c92e3e684 Mon Sep 17 00:00:00 2001 From: aditya-verma Date: Sun, 7 Jun 2026 11:10:57 +0530 Subject: [PATCH 1/3] disclosure of llm usage --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1300150013d..fb38b2a74b0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,11 @@ - when this PR is merged. --> +## Disclosure of LLM usage + +- **Did you use AI/LLMs when working on this PR?** Type `Yes` or `No`. +- **If yes, describe the extent AI was used:** e.g. brainstorming, debugging, writing code, writing tests, reviewing code, etc. See https://github.com/oppia/oppia-android/pull/6062 for an example. + ## Essential Checklist - [ ] The PR title starts with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) From 102b58f9c1df941de58a2f7b495c070027b4bdf3 Mon Sep 17 00:00:00 2001 From: ADITYA VERMA <142441819+itsadityaaaaa@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:15:52 +0530 Subject: [PATCH 2/3] Correct header casing for LLM usage disclosure Updated the header for LLM usage disclosure in the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb38b2a74b0..b8d940bed49 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ - when this PR is merged. --> -## Disclosure of LLM usage +## Disclosure of LLM Usage - **Did you use AI/LLMs when working on this PR?** Type `Yes` or `No`. - **If yes, describe the extent AI was used:** e.g. brainstorming, debugging, writing code, writing tests, reviewing code, etc. See https://github.com/oppia/oppia-android/pull/6062 for an example. From f72eee8329250bff80369088ac3a568d84dd7045 Mon Sep 17 00:00:00 2001 From: ADITYA VERMA <142441819+itsadityaaaaa@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:03:09 +0530 Subject: [PATCH 3/3] Restore LLM usage disclosure in PR template Reintroduced the disclosure section for LLM usage in the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b8d940bed49..e5973e71132 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,11 +6,6 @@ - when this PR is merged. --> -## Disclosure of LLM Usage - -- **Did you use AI/LLMs when working on this PR?** Type `Yes` or `No`. -- **If yes, describe the extent AI was used:** e.g. brainstorming, debugging, writing code, writing tests, reviewing code, etc. See https://github.com/oppia/oppia-android/pull/6062 for an example. - ## Essential Checklist - [ ] The PR title starts with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) @@ -21,6 +16,11 @@ - [ ] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [ ] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). +## Disclosure of LLM Usage + +- **Did you use AI/LLMs when working on this PR?** Type `Yes` or `No`. +- **If yes, describe the extent AI was used:** e.g. brainstorming, debugging, writing code, writing tests, reviewing code, etc. See https://github.com/oppia/oppia-android/pull/6062 for an example. + ## For UI-specific PRs only If your PR includes UI-related changes, then: