first commit
This commit is contained in:
34
.gitea/issue_template/bug.yaml
Normal file
34
.gitea/issue_template/bug.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
name: Bug Report
|
||||||
|
about: File a bug report
|
||||||
|
title: "[BUG]: "
|
||||||
|
ref: "main"
|
||||||
|
assignees: ["yuriy"]
|
||||||
|
labels: ["bug","backlog"]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: contact
|
||||||
|
attributes:
|
||||||
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
|
placeholder: email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: modules
|
||||||
|
attributes:
|
||||||
|
label: What modules?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Client
|
||||||
|
- Server
|
||||||
|
- Assets
|
||||||
|
- Common
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Decription?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
1
.gitea/issue_template/config.yml
Normal file
1
.gitea/issue_template/config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
34
.gitea/issue_template/feature.yaml
Normal file
34
.gitea/issue_template/feature.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
name: Feature Request
|
||||||
|
about: Request a new feture
|
||||||
|
title: "[FEATURE]: "
|
||||||
|
ref: "main"
|
||||||
|
assignees: ["yuriy"]
|
||||||
|
labels: ["feature","backlog"]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: contact
|
||||||
|
attributes:
|
||||||
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
|
placeholder: email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: modules
|
||||||
|
attributes:
|
||||||
|
label: What modules?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Client
|
||||||
|
- Server
|
||||||
|
- Assets
|
||||||
|
- Common
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Decription?
|
||||||
|
description: Request a new feture
|
||||||
|
placeholder: Request a new feture
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
34
.gitea/issue_template/todo.yaml
Normal file
34
.gitea/issue_template/todo.yaml
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
name: TODO
|
||||||
|
about: What needs to be done?
|
||||||
|
title: "[TODO]: "
|
||||||
|
ref: "main"
|
||||||
|
assignees: ["yuriy"]
|
||||||
|
labels: ["todo","backlog"]
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: contact
|
||||||
|
attributes:
|
||||||
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
|
placeholder: email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: dropdown
|
||||||
|
id: modules
|
||||||
|
attributes:
|
||||||
|
label: What modules?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Client
|
||||||
|
- Server
|
||||||
|
- Assets
|
||||||
|
- Common
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Decription?
|
||||||
|
description: What needs to be done?
|
||||||
|
placeholder: What needs to be done?
|
||||||
|
value: ""
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user