Skip to content

Commit

Permalink
issue templates updated #66
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Dec 6, 2023
1 parent cd11920 commit 265a818
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/template-bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: A generic bug report
title: "[BUG]: "
labels: "[Type: Bug, Status: Available]"
labels: ["Type: Bug", "Status: Available"]
assignees:
- s1lentq
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/template-feature.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: New Feature
description: Suggest an idea for this project
title: "[Feature request]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest"
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Rrequest"]
assignees:
- s1lentq
- stamepicmorg
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/template-question.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Question
description: Create some Question for this project
title: "[Question]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question"
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Question"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/template-task.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Task
description: Create some generic task for this project
title: "[TASK]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task"
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Task"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 265a818

Please sign in to comment.