traPtitech / traPtitech/Checkin
DEPLOY-NEOSHOWCASE.md の環境変数の表に、同じ行が 2 回ある
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 7
Description
症状
DEPLOY-NEOSHOWCASE.md の Checkin の環境変数の表に、打ち消し線付きの TRAQ_CLIENT_ID の行が 2 回ある。2026-09-18 に grep -n 'TRAQ_CLIENT_ID' DEPLOY-NEOSHOWCASE.md で確かめたところ、表の中の 2 行が完全に同じ内容(値の欄が —、説明が「不要(UI 認証は forward-auth、サービスは Bearer。自前 OAuth を使わない)」)だった。
誰が何を誤るか
表を読む人が、2 つの行が別々の変数を指していると読み、片方を見落としたと考える。片方だけを後から書き換えると、同じ変数について両立しない説明が表の中に並ぶ。
直す方向
重複している行を 1 つ削る。
直さずに残した理由
この文書に対して行った直前の作業は、ローカルの環境に固有の情報を取り除くことが範囲だった。中身の重複はその範囲に入らないので手を付けていない。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open DEPLOY-NEOSHOWCASE.md and run grep -n 'TRAQ_CLIENT_ID' DEPLOY-NEOSHOWCASE.md to confirm the duplicate rows in the Checkin environment-variable table. Remove one identical struck-through row, leaving a single entry with the existing value and explanation; the grep result should then show only one matching table row.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 95/100