Skip to content

Commit ebf83d3

Browse files
CopilotJusterZhu
andauthored
Add distinct emoji issue forms for bug, feature, refactor, and blank submissions (#11)
* Initial plan * chore: add distinct emoji images to issue templates Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> Agent-Logs-Url: https://github.com/GeneralLibrary/GeneralUpdate.Avalonia/sessions/e28f31d7-cd0e-4c31-9f2c-ffcc01aba329 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 35e90cd commit ebf83d3

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Blank issue
1+
name: 📝 Blank issue
22
description: Open an issue with a custom format.
33
title: "[Issue]: "
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
Please provide enough context so maintainers can help effectively.
8+
![Blank issue emoji](https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png?v8)
99
10+
Please provide enough context so maintainers can help effectively.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug report
1+
name: 🐞 Bug report
22
description: Report a reproducible problem in GeneralUpdate.Avalonia.Android.
33
title: "[Bug]: "
44
labels:
@@ -7,6 +7,8 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10+
![Bug emoji](https://github.githubassets.com/images/icons/emoji/unicode/1f41e.png?v8)
11+
1012
Thanks for reporting a bug. Please provide enough details for us to reproduce and fix it quickly.
1113
- type: textarea
1214
id: summary

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature request
1+
name: Feature request
22
description: Suggest a new capability for GeneralUpdate.Avalonia.Android.
33
title: "[Feature]: "
44
labels:
@@ -7,6 +7,8 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10+
![Feature emoji](https://github.githubassets.com/images/icons/emoji/unicode/2728.png?v8)
11+
1012
Thanks for the suggestion. Please describe the scenario and expected value clearly.
1113
- type: textarea
1214
id: summary
@@ -44,4 +46,3 @@ body:
4446
attributes:
4547
label: Additional context
4648
description: Add links, examples, or references.
47-

.github/ISSUE_TEMPLATE/refactoring_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Refactoring request
1+
name: ♻️ Refactoring request
22
description: Propose internal improvements without changing behavior.
33
title: "[Refactor]: "
44
labels:
@@ -7,6 +7,8 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10+
![Refactor emoji](https://github.githubassets.com/images/icons/emoji/unicode/267b.png?v8)
11+
1012
Use this template for maintainability improvements, cleanup, and technical debt reduction.
1113
- type: textarea
1214
id: scope
@@ -47,4 +49,3 @@ body:
4749
attributes:
4850
label: Additional context
4951
description: Add references, related issues, or code snippets.
50-

0 commit comments

Comments
 (0)