Skip to content

Commit 24c29e6

Browse files
authored
Fixed #1725 (#1726)
Fixed issue #1725 by adding `labels` and `titles` to the templates
1 parent c51da2d commit 24c29e6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4+
labels: ["bug report"]
5+
title: "Bug: "
46

57
---
68

@@ -23,7 +25,7 @@ please briefly describe the expected behavior.
2325
### Setup Details
2426
Include the details about the versions of:
2527
- OS type and version:
26-
- Python:
28+
- Python:
2729
- autokeras: <!--- e.g. 0.4.0, 1.0.2, master-->
2830
- keras-tuner:
2931
- scikit-learn:

.github/ISSUE_TEMPLATE/feature_request.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4+
labels: ["feature request"]
5+
title: "Feature: "
46

57
---
68

.github/ISSUE_TEMPLATE/new-task-template.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: New Task Template
33
about: Add a new machine learning task
4+
labels: ["algorithm"]
5+
title: "New Task: "
46

57
---
68

0 commit comments

Comments
 (0)