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 }