Skip to content

Commit e8f4ef8

Browse files
add tags to issue templates.
1 parent 417229c commit e8f4ef8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/ask-a-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Ask a Question
33
about: Question about usage, project priorities, or anything else related to mplfinance.
44
title: ''
5-
labels: ''
5+
labels: 'question'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
4+
title: 'Bug Report:'
5+
labels: 'bug'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
4+
title: 'Feature Reuest:'
5+
labels: 'enhancement'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feedback
33
about: What do you think of mplfinance? Pros? Cons? Thoughts?
4-
title: ''
5-
labels: ''
4+
title: 'Comment:'
5+
labels: 'feedback'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)