Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/ai_content_correction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: AI content correction
about: Report inaccurate, outdated, or hallucinated info in AI-generated docs (e.g. LEARN_GO_AND_NODEUP.md) or AI-authored PR/issue content
title: 'docs(ai): '
labels: ['documentation']
assignees: []
---

## Where is the problem?

File and section/line (e.g. `LEARN_GO_AND_NODEUP.md`, section 4
"Functions, multiple return values...", or a specific PR/issue/comment
authored by an AI assistant).

## What does it currently say?

Quote or paraphrase the claim.

## What's wrong with it?

Is it factually incorrect, outdated (the code changed since it was
written), misleading, or just confusing? A code snippet or line number
that contradicts the claim is the most useful thing you can include.

## Suggested correction (optional)

If you already know what it should say instead, note it here.
Loading
Loading