mirror of
https://github.com/rehlds/.github.git
synced 2025-01-30 05:47:55 +03:00
label enhacement + issue form updated
This commit is contained in:
parent
ab497c6e4c
commit
e0421f11d2
116
.github/ISSUE_TEMPLATE/template-bug-extended.yml.disabled
vendored
Normal file
116
.github/ISSUE_TEMPLATE/template-bug-extended.yml.disabled
vendored
Normal file
@ -0,0 +1,116 @@
|
||||
name: Bug Report
|
||||
description: A generic bug report
|
||||
title: "[BUG]: "
|
||||
labels: ["Type: 🐞 bug", "Status: 🖐 available"]
|
||||
assignees:
|
||||
- s1lentq
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this bug report!
|
||||
- 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: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: A bug happened!
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: enginever
|
||||
attributes:
|
||||
label: ReHLDS Version
|
||||
description: What version of engine are you seeing the problem on? Paste output from `version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: regamedllcsversion
|
||||
attributes:
|
||||
label: ReGameDLL_CS Version
|
||||
description: What version of ReGameDLL_CS are you running? Paste output from `game version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: metamodrversion
|
||||
attributes:
|
||||
label: Metamod-r Version
|
||||
description: What version of Metamod-r are you running? Paste output from `meta version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: amxxversion
|
||||
attributes:
|
||||
label: AMX Mod X Version
|
||||
description: What version of AMX Mod X are you running? AMX Mod X < `1.9.0` are *not* supported. Paste output from `amxx version` command in console
|
||||
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: metalist
|
||||
attributes:
|
||||
label: List of Metamod plugins
|
||||
description: Paste output from `meta list` command in console
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: amxxplugins
|
||||
attributes:
|
||||
label: List of AmxX plugins
|
||||
description: Paste output of `amxx plugins` command in console
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: What OS are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: osver
|
||||
attributes:
|
||||
label: What OS version are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Windows 7
|
||||
- Windows 8
|
||||
- Windows 8.1
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
- Ubuntu 14.x
|
||||
- Ubuntu 16.x
|
||||
- Ubuntu 18.x
|
||||
- Ubuntu 20.x
|
||||
- Ubuntu 22.x
|
||||
- Debian 10
|
||||
- Debian 11
|
||||
- Debian 12
|
||||
- Other Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for completing our form!
|
95
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
95
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
@ -7,11 +7,11 @@ assignees:
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this bug report!
|
||||
value: 💖 Thanks for taking the time to fill out this bug report!
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details (optional)
|
||||
label: 👉👈 Contact Details (optional)
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
@ -19,96 +19,33 @@ body:
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
label: 🤔 What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: A bug happened!
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: enginever
|
||||
attributes:
|
||||
label: ReHLDS Version
|
||||
description: What version of engine are you seeing the problem on? Paste output from `version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: regamedllcsversion
|
||||
attributes:
|
||||
label: ReGameDLL_CS Version
|
||||
description: What version of ReGameDLL_CS are you running? Paste output from `game version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: metamodrversion
|
||||
attributes:
|
||||
label: Metamod-r Version
|
||||
description: What version of Metamod-r are you running? Paste output from `meta version` command in console
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: amxxversion
|
||||
attributes:
|
||||
label: AMX Mod X Version
|
||||
description: What version of AMX Mod X are you running? AMX Mod X < `1.9.0` are *not* supported. Paste output from `amxx version` command in console
|
||||
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: metalist
|
||||
id: metainfo
|
||||
attributes:
|
||||
label: List of Metamod plugins
|
||||
description: Paste output from `meta list` command in console
|
||||
label: ⚠️ Meta-information
|
||||
description: |
|
||||
➡️ What version of engine are you seeing the problem on?
|
||||
|
||||
➡️ Please, paste output from console command below:
|
||||
`version; game version; meta version; meta list`
|
||||
|
||||
➡️ (Optional) You could also provide info about AMX Mox X (version < `1.9.0` are *not* supported!):
|
||||
`amxx version; amxx plugins`
|
||||
|
||||
➡️ Your environment: OS ( 🪟 `Windows` or 🐧 `Linux`), OS Vetsion, etc.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: amxxplugins
|
||||
attributes:
|
||||
label: List of AmxX plugins
|
||||
description: Paste output of `amxx plugins` command in console
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
label: What OS are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Windows
|
||||
- Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: osver
|
||||
attributes:
|
||||
label: What OS version are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Windows 7
|
||||
- Windows 8
|
||||
- Windows 8.1
|
||||
- Windows 10
|
||||
- Windows 11
|
||||
- Ubuntu 14.x
|
||||
- Ubuntu 16.x
|
||||
- Ubuntu 18.x
|
||||
- Ubuntu 20.x
|
||||
- Ubuntu 22.x
|
||||
- Debian 10
|
||||
- Debian 11
|
||||
- Debian 12
|
||||
- Other Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
label: 📄 Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: markdown
|
||||
|
6
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
6
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
@ -8,11 +8,11 @@ assignees:
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this Feature request!
|
||||
value: 💖 Thanks for taking the time to fill out this Feature request!
|
||||
- type: input
|
||||
id: contact-task
|
||||
attributes:
|
||||
label: Contact Details (optional)
|
||||
label: 👉👈 Contact Details (optional)
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
@ -20,7 +20,7 @@ body:
|
||||
- type: textarea
|
||||
id: have-idea
|
||||
attributes:
|
||||
label: Tell us more about your idea
|
||||
label: 💡 Tell us more about your idea
|
||||
description: Tell us what you expect from the project and the developers?
|
||||
placeholder: Tell us about your idea!
|
||||
value: I have an idea!
|
||||
|
6
.github/ISSUE_TEMPLATE/template-task.yml
vendored
6
.github/ISSUE_TEMPLATE/template-task.yml
vendored
@ -5,11 +5,11 @@ labels: ["Engine: ⚙️ Independent", "Priority: ⚠️ medium", "OS: 💻 Inde
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this Task!
|
||||
value: 💖 Thanks for taking the time to fill out this Task!
|
||||
- type: input
|
||||
id: contact-feature
|
||||
attributes:
|
||||
label: Contact Details (optional)
|
||||
label: 👉👈 Contact Details (optional)
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
@ -17,7 +17,7 @@ body:
|
||||
- type: textarea
|
||||
id: have-task
|
||||
attributes:
|
||||
label: Tell us more about your task
|
||||
label: 📌 Tell us more about your task
|
||||
description: Tell us what you want from the project and the developers?
|
||||
placeholder: Tell us about your task!
|
||||
value: I have an task!
|
||||
|
6
.github/labels.yml
vendored
6
.github/labels.yml
vendored
@ -29,6 +29,12 @@
|
||||
color: "FF5733"
|
||||
- name: "Type: 🧬 bug in original HLDS"
|
||||
color: "FF5733"
|
||||
- name: "Type: 🧬 bug in original GameDLL"
|
||||
color: "FF5733"
|
||||
- name: "Type: 🧬 bug on Client side"
|
||||
color: "FF5733"
|
||||
- name: "Type: 🧬 reverse-engineering mistake"
|
||||
color: "e7067c"
|
||||
- name: "Type: 🖼 bug in map"
|
||||
color: "FF5733"
|
||||
- name: "Type: ⚡ performance"
|
||||
|
Loading…
x
Reference in New Issue
Block a user