Skip to content

Commit b2dda69

Browse files
authored
fix bug and feature issue templates (#5493)
* Update 02_feature_request.yml * Update 01_bug_report.yml * Update 03_docs.yml
1 parent cf8823c commit b2dda69

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
---
21
name: Bug Report
32
description: "You found a bug in Flet causing your application to crash or behave abnormally? Help us know more about it by providing as much details as possible."
4-
labels: bug
5-
---
3+
title: "bug: "
4+
labels: ["bug"]
65

76
body:
87
- type: markdown

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
---
21
name: Feature Request
32
description: "Suggest a new feature to be added to Flet."
43
title: "feature: "
5-
labels: feature request
6-
---
4+
labels: ["feature request"]
75

86
body:
97
- type: checkboxes

.github/ISSUE_TEMPLATE/03_docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
---
21
name: Documentation update
32
about: Found some unclear, missing or outdated documentation?
43
title: "docs: "
5-
labels: documentation
6-
---
4+
labels: ["documentation"]
75

86
body:
97
- type: textarea

0 commit comments

Comments
 (0)