mirror of
https://github.com/rehlds/.github.git
synced 2025-03-15 14:50:17 +03:00
issue template + lable edit
This commit is contained in:
parent
37c7cdd223
commit
5a26eae2a0
270
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
270
.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:
|
||||||
@ -26,12 +26,166 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: mmrversion
|
id: engine
|
||||||
|
attributes:
|
||||||
|
label: What engine are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- HLDS
|
||||||
|
- reHLDS
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: enginever
|
||||||
|
attributes:
|
||||||
|
label: What version of engine are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- HLDS (5758) Windows
|
||||||
|
- HLDS (5787) Linux
|
||||||
|
- HLDS (6132) Both
|
||||||
|
- HLDS (6153) Both
|
||||||
|
- HLDS (6153b) Both
|
||||||
|
- HLDS (7561) Windows
|
||||||
|
- HLDS (7559) Linux
|
||||||
|
- HLDS (7882) Linux
|
||||||
|
- HLDS (8308) Both
|
||||||
|
- HLDS (8196) Linux
|
||||||
|
- HLDS (8684) Both
|
||||||
|
- reHLDS (Nightly CI build, I will provide version or commit)
|
||||||
|
- reHLDS (3.13.0.788)
|
||||||
|
- reHLDS (3.12.0.780)
|
||||||
|
- reHLDS (3.11.0.779)
|
||||||
|
- reHLDS (3.11.0.777)
|
||||||
|
- reHLDS (3.11.0.776)
|
||||||
|
- reHLDS (3.11.0.767)
|
||||||
|
- reHLDS (3.10.0.761)
|
||||||
|
- reHLDS (3.10.0.760)
|
||||||
|
- reHLDS (3.10.0.759)
|
||||||
|
- reHLDS (3.9.0.752)
|
||||||
|
- reHLDS (3.8.0.739)
|
||||||
|
- reHLDS (3.8.0.723)
|
||||||
|
- reHLDS (3.8.0.715)
|
||||||
|
- reHLDS (3.8.0.711)
|
||||||
|
- reHLDS (3.8.0.702)
|
||||||
|
- reHLDS (3.7.0.698)
|
||||||
|
- reHLDS (3.7.0.697)
|
||||||
|
- reHLDS (3.7.0.696)
|
||||||
|
- reHLDS (3.7.0.695)
|
||||||
|
- reHLDS (3.7.0.694)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: regamedllcsversion
|
||||||
|
attributes:
|
||||||
|
label: ReGameDLL_CS Version
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- I am not use ReGameDLL_CS
|
||||||
|
- Custom version from CI (I will provide version or commit)
|
||||||
|
- 5.26.0.668
|
||||||
|
- 5.22.0.593
|
||||||
|
- 5.21.0.593
|
||||||
|
- 5.21.0.576
|
||||||
|
- 5.21.0.575
|
||||||
|
- 5.21.0.547
|
||||||
|
- 5.21.0.556
|
||||||
|
- 5.21.0.546
|
||||||
|
- 5.21.0.540
|
||||||
|
- 5.21.0.534
|
||||||
|
- 5.20.0.525
|
||||||
|
- 5.20.0.516
|
||||||
|
- 5.20.0.505
|
||||||
|
- 5.20.0.498
|
||||||
|
- 5.20.0.496
|
||||||
|
- 5.20.0.492
|
||||||
|
- 5.19.0.486
|
||||||
|
- 5.19.0.485
|
||||||
|
- 5.19.0.484
|
||||||
|
- 5.18.0.482
|
||||||
|
- 5.18.0.481
|
||||||
|
- 5.18.0.480
|
||||||
|
- 5.18.0.479
|
||||||
|
- 5.18.0.475
|
||||||
|
- 5.18.0.474
|
||||||
|
- 5.18.0.473
|
||||||
|
- 5.18.0.472
|
||||||
|
- 5.18.0.470
|
||||||
|
- 5.18.0.469
|
||||||
|
- 5.18.0.467
|
||||||
|
- 5.18.0.468
|
||||||
|
- 5.17.0.466
|
||||||
|
- 5.16.0.465
|
||||||
|
- 5.16.0.460
|
||||||
|
- 5.15.0.459
|
||||||
|
- 5.15.0.457
|
||||||
|
default: 0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: reapiversion
|
||||||
|
attributes:
|
||||||
|
label: ReAPI Version
|
||||||
|
description: What version of ReAPI are you running?
|
||||||
|
options:
|
||||||
|
- I am not use ReAPI
|
||||||
|
- Custom version from CI (I will provide version or commit)
|
||||||
|
- 5.24.0.300
|
||||||
|
- 5.22.0.253
|
||||||
|
- 5.22.0.254
|
||||||
|
- 5.21.0.252
|
||||||
|
- 5.21.0.248
|
||||||
|
- 5.20.0.236
|
||||||
|
- 5.20.0.231
|
||||||
|
- 5.19.0.217
|
||||||
|
- 5.19.0.211
|
||||||
|
- 5.19.0.210
|
||||||
|
- 5.18.0.205
|
||||||
|
- 5.18.0.203
|
||||||
|
- 5.18.0.202
|
||||||
|
- 5.17.0.200
|
||||||
|
- 5.15.0.197
|
||||||
|
- 5.16.0.198
|
||||||
|
- 5.14.0.195
|
||||||
|
- 5.13.0.194
|
||||||
|
- 5.12.0.192
|
||||||
|
- 5.11.0.191
|
||||||
|
- 5.11.0.190
|
||||||
|
- 5.11.0.189
|
||||||
|
- 5.10.0.188
|
||||||
|
- 5.10.0.187
|
||||||
|
- 5.10.0.186
|
||||||
|
- 5.9.0.178
|
||||||
|
- 5.9.0.177
|
||||||
|
- 5.9.0.171
|
||||||
|
- 5.9.0.172
|
||||||
|
- 5.9.0.167
|
||||||
|
- 5.8.0.166
|
||||||
|
- 5.8.0.165
|
||||||
|
- 5.8.0.163
|
||||||
|
- 5.7.0.162
|
||||||
|
- 5.6.0.161
|
||||||
|
- 5.6.0.160
|
||||||
|
- 5.6.0.158
|
||||||
|
- 5.6.0.157
|
||||||
|
- 5.6.0.156
|
||||||
|
- 5.6.0.155
|
||||||
|
- 5.5.0.150
|
||||||
|
- 5.5.0.148
|
||||||
|
- 5.2.0.145
|
||||||
|
- 5.2.0.143
|
||||||
|
- 5.2.0.142
|
||||||
|
default: 0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: metamodrversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Metamod-r Version
|
label: Metamod-r Version
|
||||||
description: What version of Metamod-r are you running?
|
description: What version of Metamod-r are you running?
|
||||||
options:
|
options:
|
||||||
- I am not use Metamod-R
|
- I am not use Metamod-R
|
||||||
|
- Custom version from CI (I will provide version or commit)
|
||||||
- 1.3.0.138
|
- 1.3.0.138
|
||||||
- 1.3.0.131
|
- 1.3.0.131
|
||||||
- 1.3.0.128
|
- 1.3.0.128
|
||||||
@ -82,58 +236,88 @@ body:
|
|||||||
- 1.8.2
|
- 1.8.2
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
- reAmxX (deprecated and outdated)
|
||||||
default: 0
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: engine
|
id: resemiclipversion
|
||||||
attributes:
|
attributes:
|
||||||
label: What engine are you seeing the problem on?
|
label: ReSemiclip Version
|
||||||
multiple: true
|
description: What version of ReSemiclip are you running?
|
||||||
options:
|
options:
|
||||||
- HLDS
|
- I am not use ReSemiclip
|
||||||
- reHLDS
|
- 2.4.3
|
||||||
|
- 2.3.9
|
||||||
|
- 2.3.8
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: enginever
|
id: recheckerversion
|
||||||
attributes:
|
attributes:
|
||||||
label: What version of engine are you seeing the problem on?
|
label: ReChecker Version
|
||||||
multiple: true
|
description: What version of ReChecker are you running?
|
||||||
options:
|
options:
|
||||||
- HLDS (5758) Windows
|
- "I am not use ReChecker"
|
||||||
- HLDS (5787) Linux
|
- "2.7"
|
||||||
- HLDS (6132) Both
|
- "2.4"
|
||||||
- HLDS (6153) Both
|
- "2.5"
|
||||||
- HLDS (6153b) Both
|
- "2.3"
|
||||||
- HLDS (7561) Windows
|
default: 0
|
||||||
- HLDS (7559) Linux
|
validations:
|
||||||
- HLDS (7882) Linux
|
required: true
|
||||||
- HLDS (8308) Both
|
- type: dropdown
|
||||||
- HLDS (8196) Linux
|
id: revoiceversion
|
||||||
- HLDS (8684) Both
|
attributes:
|
||||||
- reHLDS (Nightly CI build)
|
label: ReVoice Version
|
||||||
- reHLDS (3.13.0.788)
|
description: What version of ReVoice are you running?
|
||||||
- reHLDS (3.12.0.780)
|
options:
|
||||||
- reHLDS (3.11.0.779)
|
- "I am not use ReVoice"
|
||||||
- reHLDS (3.11.0.777)
|
- 0.1.0.34
|
||||||
- reHLDS (3.11.0.776)
|
- 0.1.0.33
|
||||||
- reHLDS (3.11.0.767)
|
- 0.1.0.32
|
||||||
- reHLDS (3.10.0.761)
|
- 0.1.0.31
|
||||||
- reHLDS (3.10.0.760)
|
- 0.1.0.30
|
||||||
- reHLDS (3.10.0.760-dev)
|
- 0.1.0.29
|
||||||
- reHLDS (3.10.0.759)
|
- 0.1.0.26
|
||||||
- reHLDS (3.9.0.752)
|
default: 0
|
||||||
- reHLDS (3.8.0.739)
|
validations:
|
||||||
- reHLDS (3.8.0.723)
|
required: true
|
||||||
- reHLDS (3.8.0.715)
|
- type: dropdown
|
||||||
- reHLDS (3.8.0.711)
|
id: refreelookeversion
|
||||||
- reHLDS (3.8.0.702)
|
attributes:
|
||||||
- reHLDS (3.7.0.698)
|
label: ReFreeLook Version
|
||||||
- reHLDS (3.7.0.697)
|
description: What version of ReFreeLook are you running?
|
||||||
- reHLDS (3.7.0.696)
|
options:
|
||||||
- reHLDS (3.7.0.695)
|
- "I am not use ReFreeLook"
|
||||||
- reHLDS (3.7.0.694)
|
- 0.1.8
|
||||||
|
- 0.1.7
|
||||||
|
- 0.1.6
|
||||||
|
default: 0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: relocalizebugfixversion
|
||||||
|
attributes:
|
||||||
|
label: ReLocalizeBugFix Version
|
||||||
|
description: What version of ReLocalizeBugFix are you running?
|
||||||
|
options:
|
||||||
|
- "I am not use ReLocalizeBugFix"
|
||||||
|
- "2.8"
|
||||||
|
default: 0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: hitboxtrackerversion
|
||||||
|
attributes:
|
||||||
|
label: hitboxtracker Version
|
||||||
|
description: What version of hitboxtracker are you running?
|
||||||
|
options:
|
||||||
|
- "I am not use hitboxtracker"
|
||||||
|
- "1.1"
|
||||||
|
- "1.0"
|
||||||
|
default: 0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
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: 💡 feature request"]
|
||||||
assignees:
|
assignees:
|
||||||
- s1lentq
|
- s1lentq
|
||||||
- stamepicmorg
|
- stamepicmorg
|
||||||
|
28
.github/ISSUE_TEMPLATE/template-question.yml
vendored
28
.github/ISSUE_TEMPLATE/template-question.yml
vendored
@ -1,28 +0,0 @@
|
|||||||
name: Question
|
|
||||||
description: Create some Question for this project
|
|
||||||
title: "[Question]: "
|
|
||||||
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Question"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: Thanks for taking the time to fill out this Question!
|
|
||||||
- type: input
|
|
||||||
id: contact
|
|
||||||
attributes:
|
|
||||||
label: Contact Details (optional)
|
|
||||||
description: How can we get in touch with you if we need more info?
|
|
||||||
placeholder: ex. email@example.com
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
id: have-question
|
|
||||||
attributes:
|
|
||||||
label: Tell us more about your Question
|
|
||||||
description: What happened?
|
|
||||||
placeholder: Tell us about your Question!
|
|
||||||
value: I have an Question!
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: Thanks for completing our form!
|
|
28
.github/ISSUE_TEMPLATE/template-question.yml.disabled
vendored
Normal file
28
.github/ISSUE_TEMPLATE/template-question.yml.disabled
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# name: Question
|
||||||
|
# description: Create some Question for this project
|
||||||
|
# title: "[Question]: "
|
||||||
|
# labels: ["Engine: ⚙️ Independent", "Priority: ⚠️ medium", "OS: 💻 Independent", "Status: 🖐 available", "Type: ❓ question"]
|
||||||
|
# body:
|
||||||
|
# - type: markdown
|
||||||
|
# attributes:
|
||||||
|
# value: Thanks for taking the time to fill out this Question!
|
||||||
|
# - type: input
|
||||||
|
# id: contact
|
||||||
|
# attributes:
|
||||||
|
# label: Contact Details (optional)
|
||||||
|
# description: How can we get in touch with you if we need more info?
|
||||||
|
# placeholder: ex. email@example.com
|
||||||
|
# validations:
|
||||||
|
# required: false
|
||||||
|
# - type: textarea
|
||||||
|
# id: have-question
|
||||||
|
# attributes:
|
||||||
|
# label: Tell us more about your Question
|
||||||
|
# description: What happened?
|
||||||
|
# placeholder: Tell us about your Question!
|
||||||
|
# value: I have an Question!
|
||||||
|
# validations:
|
||||||
|
# required: true
|
||||||
|
# - type: markdown
|
||||||
|
# attributes:
|
||||||
|
# value: Thanks for completing our form!
|
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:
|
||||||
|
2
.github/labels.yml
vendored
2
.github/labels.yml
vendored
@ -66,7 +66,7 @@
|
|||||||
# color: "C7FAD8"
|
# color: "C7FAD8"
|
||||||
|
|
||||||
# Status
|
# Status
|
||||||
- name: "Status: 🖐 opened"
|
- name: "Status: 🖐 available"
|
||||||
description: "Task currently opened."
|
description: "Task currently opened."
|
||||||
color: "45DC35"
|
color: "45DC35"
|
||||||
- name: "Status: 🚧 in progress"
|
- name: "Status: 🚧 in progress"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user