Skip to content

Commit a5f94f3

Browse files
authored
Merge pull request #39 from project-codeguard/feature/rule-feedback-issue-template
Create rule-feedback.yml
2 parents 7438d94 + 06d01c3 commit a5f94f3

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: 📝 Rule Feedback
3+
description: Share your feedback, suggestions, or report issues
4+
labels: ["rule-feedback"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for your feedback! Please provide as much detail as possible.
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Description
16+
description: Provide detailed feedback.
17+
placeholder: Describe your feedback here... Add any additional context, such as screenshots, related issues, or why this matters.
18+
validations:
19+
required: true
20+
21+
- type: dropdown
22+
id: ai-coding-tool
23+
attributes:
24+
label: What AI Coding Tool are you Using?
25+
options:
26+
- Cursor
27+
- GitHub Copilot
28+
- Windsurf
29+
- Codex
30+
- Augment Code
31+
- Sourcegraph
32+
- Claude Code
33+
- Other
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: ai-model
39+
attributes:
40+
label: AI Model Used
41+
description: What AI model are you using?
42+
placeholder: Add the model name... (e.g. GPT-5, Claude 4.5 Sonnet, Gemini 2.5 Pro, etc.)
43+
44+
- type: dropdown
45+
id: feedback-type
46+
attributes:
47+
label: The feedback pertains to which aspect of the project?
48+
options:
49+
- Rule definition
50+
- Rule invocation or execution
51+
- Rule distribution
52+
- Other
53+
validations:
54+
required: true

0 commit comments

Comments
 (0)