Skip to content

Commit

Permalink
docs: 📝 Improved bug report form and added rcon_password example (#26)
Browse files Browse the repository at this point in the history
* Update BUG.yml

* t
  • Loading branch information
JamesIves authored Jul 16, 2024
1 parent 01b05f6 commit 1ead31a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ body:
- Deathmatch Classic (dmc)
- Ricochet (ricochet)
- Custom Mod
- type: checkboxes
id: terms
attributes:
label: Do you have custom server configs or mods installed?
description: These are optional, please check all that apply.
options:
- label: I have custom config files located in the config directory
required: false
- label: I have a custom mod located in the mods directory
required: false
- type: textarea
id: logs
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
env:
GAME: cstrike
with:
context: .
context: ./container
build-args: GAME=cstrike
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker run -d \
-p 26900:26900/udp \
-e GAME=${GAME} \
jives/hlds:cstrike \
"+maxplayers 12 +map cs_italy" # 📣 Modify your server startup commands here. You can specify the image with the desired game you want the server to run in the line above.
"+log on +rcon_password changeme +maxplayers 12 +map cs_italy" # 📣 Modify your server startup commands here. You can specify the image with the desired game you want the server to run in the line above.
```

> [!TIP]
Expand Down

0 comments on commit 1ead31a

Please sign in to comment.