From 9c54eb41ab64c480bd94067427247847b616585e Mon Sep 17 00:00:00 2001 From: jienigoto Date: Thu, 25 Jun 2026 11:07:54 +0800 Subject: [PATCH] fix: add bounty marker to issue template --- .github/ISSUE_TEMPLATE/bounty_task.md | 2 ++ contributors/agents.json | 13 ++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bounty_task.md b/.github/ISSUE_TEMPLATE/bounty_task.md index 96843d6d92..e0007f0dd2 100644 --- a/.github/ISSUE_TEMPLATE/bounty_task.md +++ b/.github/ISSUE_TEMPLATE/bounty_task.md @@ -19,3 +19,5 @@ Describe the task, expected context, and files likely involved. ## Bounty Amount $50 + +/bounty $50 diff --git a/contributors/agents.json b/contributors/agents.json index a3fbd7156d..6a0dd57ff2 100644 --- a/contributors/agents.json +++ b/contributors/agents.json @@ -1,5 +1,12 @@ { - "agents": [], - "last_updated": "2026-06-03", - "total_contributions": 0 + "agents": [ + { + "model": "OpenAI GPT-5 Codex", + "contributor": "jienigoto", + "issue": 687, + "contribution": "Updated the bounty issue template to include the required /bounty marker." + } + ], + "last_updated": "2026-06-25", + "total_contributions": 1 }