Skip to content
Merged
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
13 changes: 13 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "[Idea] "
labels: ["enhancement", "discussion"]
category: ideas
---
Comment on lines +1 to +5

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

GitHub Discussion templates require name and about fields in the front matter to display correctly in the template chooser UI. Without these, the template may not be properly described or selectable by users.

---
name: Idea
about: Propose a new idea or feature direction
title: "[Idea] "
labels: ["enhancement", "discussion"]
category: ideas
---

## Problem
<!-- What user pain or gap does this idea address? -->

## Proposed Direction
<!-- Sketch the shape of the change; no full design needed. -->

## Alternatives Considered
<!-- Other approaches and why this direction fits better. -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussion template lacks required body

Medium Severity

The new ideas.yml follows issue-markdown frontmatter plus freeform sections, but GitHub discussion category forms require a top-level body array with at least one non-markdown input field. Without that schema, the Ideas picker may not load or may omit the intended structured prompts.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 74f616a. Configure here.

Loading