Skip to content

Commit d794765

Browse files
committed
Improve template
1 parent c45edd3 commit d794765

1 file changed

Lines changed: 12 additions & 36 deletions

File tree

.github/ISSUE_TEMPLATE/skill-bug-or-improvement.yml

Lines changed: 12 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thanks for helping us improve an existing skill! Use this form for **existing** skills only.
10+
Thanks for helping us improve an existing skill!
1111
If you want to propose a brand-new skill, use the *Skill proposal* template instead.
1212
13-
Fill out the short fields below, then describe the issue in detail at the end.
14-
1513
- type: dropdown
1614
id: skill_name
1715
attributes:
@@ -29,7 +27,7 @@ body:
2927
attributes:
3028
label: What kind of issue is this?
3129
description: |
32-
Pick the option that best matches what you're reporting. The fields below are tailored to each kind. A matching label (`bug`, `improvement`, `scope`) will be applied automatically when the issue is created.
30+
Pick the option that best matches what you're reporting. A matching label (`bug`, `improvement`, `scope`) will be applied automatically when the issue is created.
3331
- **Improvement** — the skill works, but its strategy/instructions should change.
3432
- **Bug** — the skill is broken, gives wrong output, or fails to fire when it should.
3533
- **Scope** — the skill's scope should grow, shrink, or shift.
@@ -43,46 +41,24 @@ body:
4341
required: true
4442

4543
- type: textarea
46-
id: improvement_details
47-
attributes:
48-
label: "Improvement: how should the skill's strategy change?"
49-
description: Only fill in if you picked **Improvement**. Suggest concretely how the skill's strategy, instructions, or behavior should change, and why.
50-
placeholder: |
51-
e.g. The skill currently always uses SD-Turbo at 512x512. It should pick a larger size when
52-
the user asks for a "wallpaper" or "poster" because the current default looks pixelated.
53-
54-
- type: textarea
55-
id: bug_details
44+
id: details
5645
attributes:
57-
label: "Bug: what is broken, and how do we reproduce it?"
46+
label: Describe the issue
5847
description: |
59-
Only fill in if you picked **Bug**. Cover:
60-
- What you asked the agent to do.
61-
- What you expected the skill to do.
62-
- What actually happened (full agent output / error message helps).
63-
- Minimal reproduction steps.
48+
Fill in the section that matches what you picked above. Delete the rest.
49+
50+
- **Improvement** — how should the skill's strategy, instructions, or behavior change, and why?
51+
- **Bug** — what you asked the agent to do, what you expected the skill to do, what actually happened (full agent output / error helps), and minimal repro steps.
52+
- **Scope** — should the skill's scope be **decreased**, **increased**, or **shifted**? Be specific about which triggers/use cases to add or remove.
53+
- **Something else** — describe what's going on and what you'd like to see happen.
6454
placeholder: |
6555
Steps to reproduce:
6656
1. ...
6757
2. ...
6858
Expected: ...
6959
Actual: ...
70-
71-
- type: textarea
72-
id: scope_details
73-
attributes:
74-
label: "Scope: how should the scope change?"
75-
description: |
76-
Only fill in if you picked **Scope**. Describe how the scope of this skill should change to be more useful — should it be **decreased**, **increased**, or **shifted**? Be specific about which triggers/use cases to add or remove.
77-
placeholder: |
78-
e.g. Decrease scope: stop firing on plain chat questions about local models — only fire
79-
when the user actually asks to generate an image, transcribe audio, or speak text.
80-
81-
- type: textarea
82-
id: other_details
83-
attributes:
84-
label: "Something else: describe the issue"
85-
description: Only fill in if you picked **Something else**. Describe what's going on and what you'd like to see happen.
60+
validations:
61+
required: true
8662

8763
- type: markdown
8864
attributes:

0 commit comments

Comments
 (0)