mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-25 06:05:31 +03:00
deleted old issue templates
This commit is contained in:
parent
0424bed00e
commit
273618c684
26
.github/ISSUE_TEMPLATE/config.yml
vendored
26
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,26 +0,0 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: "metamod-r GitHub Repo"
|
||||
url: https://github.com/rehlds/metamod-r
|
||||
about: "Official repo"
|
||||
- name: metamod-r GitHub Documentation
|
||||
url: https://github.com/rehlds/metamod-r/wiki
|
||||
about: "Documentation"
|
||||
- name: "metamod-r on dev-cs.ru"
|
||||
url: https://dev-cs.ru/resources/208/
|
||||
about: "Thread at community forum"
|
||||
- name: "metamod-r site"
|
||||
url: https://metamod-r.org/
|
||||
about: "Official site"
|
||||
- name: "ReHLDS GitHub Repo"
|
||||
url: https://github.com/rehlds/ReHLDS
|
||||
about: "Reverse-engineered HLDS"
|
||||
- name: "ReHLDS GitHub Documentation"
|
||||
url: https://github.com/rehlds/ReHLDS/wiki
|
||||
about: "Reverse-engineered HLDS Documentation"
|
||||
- name: "ReHLDS on dev-cs.ru (RU)"
|
||||
url: https://dev-cs.ru/resources/64/
|
||||
about: "Thread at community forum"
|
||||
- name: "ReHLDS on cs.rin.ru (EN)"
|
||||
url: https://cs.rin.ru/forum/viewtopic.php?f=29&t=67651
|
||||
about: "Thread at community forum"
|
152
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
152
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
@ -1,152 +0,0 @@
|
||||
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: dropdown
|
||||
id: mmrversion
|
||||
attributes:
|
||||
label: Metamod-r Version
|
||||
description: What version of Metamod-r are you running?
|
||||
options:
|
||||
- 1.3.0.149 (Default)
|
||||
- 1.3.0.138
|
||||
- 1.3.0.131
|
||||
- 1.3.0.128
|
||||
- 1.3.0.126
|
||||
- 1.3.0.125
|
||||
- 1.3.0.119
|
||||
- 1.3.0.107
|
||||
- 1.3.0.86
|
||||
- 1.3.0.85
|
||||
- 1.3.0.84
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: amxxversion
|
||||
attributes:
|
||||
label: AMX Mod X Version
|
||||
description: What version of AMX Mod X are you running?
|
||||
options:
|
||||
- 1.8.2 (Default)
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- I am not use AMX Mod X
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
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)
|
||||
- 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.760-dev)
|
||||
- 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: 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!
|
31
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
31
.github/ISSUE_TEMPLATE/template-feature.yml
vendored
@ -1,31 +0,0 @@
|
||||
name: New Feature
|
||||
description: Suggest an idea for this project
|
||||
title: "[Feature request]: "
|
||||
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Rrequest"]
|
||||
assignees:
|
||||
- s1lentq
|
||||
- stamepicmorg
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this Feature request!
|
||||
- type: input
|
||||
id: contact-task
|
||||
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-idea
|
||||
attributes:
|
||||
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!
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for completing our form!
|
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-task.yml
vendored
28
.github/ISSUE_TEMPLATE/template-task.yml
vendored
@ -1,28 +0,0 @@
|
||||
name: Task
|
||||
description: Create some generic task for this project
|
||||
title: "[TASK]: "
|
||||
labels: ["Engine: Independent", "Priority: Medium", "OS: Independent", "Status: Available", "Type: Task"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this Task!
|
||||
- type: input
|
||||
id: contact-feature
|
||||
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-task
|
||||
attributes:
|
||||
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!
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for completing our form!
|
Loading…
Reference in New Issue
Block a user