From b01e2469584424785e3e5237e822cd0e9cfecb30 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 2 Feb 2026 17:31:47 +0900 Subject: [PATCH] docs(issue-templates): add AI agent consultation to prerequisite checklist --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/general.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8acc2fd3..7a829a55 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,7 +20,7 @@ body: required: true - label: I am using the latest version of oh-my-opencode required: true - - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) + - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2c6a1eff..44869510 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -20,7 +20,7 @@ body: required: true - label: This feature request is specific to oh-my-opencode (not OpenCode core) required: true - - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) + - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/general.yml b/.github/ISSUE_TEMPLATE/general.yml index b4e5245e..a219d619 100644 --- a/.github/ISSUE_TEMPLATE/general.yml +++ b/.github/ISSUE_TEMPLATE/general.yml @@ -18,7 +18,7 @@ body: required: true - label: I have searched existing issues and discussions required: true - - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) + - label: I have read the [documentation](https://github.com/code-yeongyu/oh-my-opencode#readme) or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer required: true - label: This is a question (not a bug report or feature request) required: true