mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-04-18 07:12:27 +03:00
issue templates updated #66
This commit is contained in:
parent
cd11920267
commit
265a818856
2
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: A generic bug report
|
description: A generic bug report
|
||||||
title: "[BUG]: "
|
title: "[BUG]: "
|
||||||
labels: "[Type: Bug, Status: Available]"
|
labels: ["Type: Bug", "Status: Available"]
|
||||||
assignees:
|
assignees:
|
||||||
- s1lentq
|
- s1lentq
|
||||||
body:
|
body:
|
||||||
|
2
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
2
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: New Feature
|
name: New Feature
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[Feature request]: "
|
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:
|
assignees:
|
||||||
- s1lentq
|
- s1lentq
|
||||||
- stamepicmorg
|
- stamepicmorg
|
||||||
|
2
.github/ISSUE_TEMPLATE/template-question.yml
vendored
2
.github/ISSUE_TEMPLATE/template-question.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Question
|
name: Question
|
||||||
description: Create some Question for this project
|
description: Create some Question for this project
|
||||||
title: "[Question]: "
|
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:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
2
.github/ISSUE_TEMPLATE/template-task.yml
vendored
2
.github/ISSUE_TEMPLATE/template-task.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Task
|
name: Task
|
||||||
description: Create some generic task for this project
|
description: Create some generic task for this project
|
||||||
title: "[TASK]: "
|
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:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user