-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d783bd
commit a6a9667
Showing
10 changed files
with
136 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: metamod-r GitHub Repo | ||
- name: "metamod-r GitHub Repo" | ||
url: https://github.com/theAsmodai/metamod-r | ||
about: Official repo | ||
about: "Official repo" | ||
- name: metamod-r GitHub Documentation | ||
url: https://github.com/theAsmodai/metamod-r/wiki | ||
about: Documentation | ||
- name: metamod-r on dev-cs.ru | ||
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 | ||
about: "Thread at community forum" | ||
- name: "metamod-r site" | ||
url: https://metamod-r.org/ | ||
about: Official site | ||
- name: ReHLDS GitHub Repo | ||
about: "Official site" | ||
- name: "ReHLDS GitHub Repo" | ||
url: https://github.com/dreamstalker/ReHLDS | ||
about: Reverse-engineered HLDS | ||
- name: ReHLDS GitHub Documentation | ||
about: "Reverse-engineered HLDS" | ||
- name: "ReHLDS GitHub Documentation" | ||
url: https://github.com/dreamstalker/ReHLDS/wiki | ||
about: Reverse-engineered HLDS Documentation | ||
- name: ReHLDS on dev-cs.ru (RU) | ||
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) | ||
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 | ||
- name: ReHLDS site | ||
about: "Thread at community forum" | ||
- name: "ReHLDS site" | ||
url: https://rehlds.ru/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,35 @@ | ||
name: Bug Report | ||
description: A generic bug report | ||
name: "Bug Report" | ||
description: "A generic bug report" | ||
title: "[BUG]: " | ||
labels: ["Type: Bug", "Status: Available"] | ||
#projects: ["octo-org/1", "octo-org/44"] | ||
assignees: | ||
- s1lentq | ||
# - theAsmodai | ||
# - stamepicmorg | ||
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) | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
label: "Contact Details (optional)" | ||
description: "How can we get in touch with you if we need more info?" | ||
placeholder: "ex. [email protected]" | ||
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! | ||
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? | ||
label: "Metamod-r Version" | ||
description: "What version of Metamod-r are you running?" | ||
options: | ||
- 1.3.0.138 (Default) | ||
- 1.3.0.131 | ||
|
@@ -51,8 +47,8 @@ body: | |
- type: dropdown | ||
id: amxxversion | ||
attributes: | ||
label: AMX Mod X Version | ||
description: What version of AMX Mod X are you running? | ||
label: "AMX Mod X Version" | ||
description: "What version of AMX Mod X are you running?" | ||
options: | ||
- 1.8.2 (Default) | ||
- 1.9.x | ||
|
@@ -64,7 +60,7 @@ body: | |
- type: dropdown | ||
id: engine | ||
attributes: | ||
label: What engine are you seeing the problem on? | ||
label: "What engine are you seeing the problem on?" | ||
multiple: true | ||
options: | ||
- HLDS | ||
|
@@ -74,20 +70,20 @@ body: | |
- type: dropdown | ||
id: enginever | ||
attributes: | ||
label: What version of engine are you seeing the problem on? | ||
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 | ||
- 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) | ||
|
@@ -115,7 +111,7 @@ body: | |
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What OS are you seeing the problem on? | ||
label: "What OS are you seeing the problem on?" | ||
multiple: true | ||
options: | ||
- Windows | ||
|
@@ -125,7 +121,7 @@ body: | |
- type: dropdown | ||
id: osver | ||
attributes: | ||
label: What OS version are you seeing the problem on? | ||
label: "What OS version are you seeing the problem on?" | ||
multiple: true | ||
options: | ||
- Windows 7 | ||
|
@@ -147,19 +143,9 @@ body: | |
- 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. | ||
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 | ||
validations: | ||
required: true | ||
# - type: checkboxes | ||
# id: terms | ||
# attributes: | ||
# label: Code of Conduct | ||
# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
# options: | ||
# - label: I agree to follow this project's Code of Conduct | ||
# required: true | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for completing our form!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: "Feature request" | ||
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 protected]" | ||
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!" |
Oops, something went wrong.