Browse Source

Merge remote-tracking branch 'origin/main' into feature/346

pull/348/head
みてるぞ 2 weeks ago
parent
commit
a07cab97f3
1 changed files with 43 additions and 0 deletions
  1. +43
    -0
      .gitea/ISSUE_TEMPLATE/codex-task.md

+ 43
- 0
.gitea/ISSUE_TEMPLATE/codex-task.md View File

@@ -0,0 +1,43 @@
---
name: 'Codex task'
about: 'Codex に実装させるための課題'
title: ''
labels:
- codex-ready
---

## 背景

なぜ必要か。

## 対象範囲

- backend:
- frontend:
- docs:
- migration:

## やること

- [ ]

## 受け入れ条件

- [ ]

## 実行すべき確認

- [ ] `cd backend && bundle exec rspec`
- [ ] `cd frontend && npm run build`
- [ ] `cd frontend && npm run lint`

## 禁止事項

- unrelated refactor はしない
- 既存 API response shape を壊さない
- 認証・認可・BAN を弱めない

## Codex への指示

この issue を読んで実装してください。
不明点があれば、実装前に調査結果と選択肢を提示してください。

Loading…
Cancel
Save