From 41fcb84f492ba5b7b1852e4a21b9872dda99e1c0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 20 Jul 2018 20:48:12 +0100 Subject: [PATCH 1/6] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..dd3d413bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. +Follow **[this guide](https://linuxgsm.com/support/#guide)** to make sure you post the correct info. +For general support visit the **[steam group](https://linuxgsm.com/steam)**. + +**To Reproduce** +Steps to reproduce the behaviour: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behaviour** +A clear and concise description of what you expected to happen. + +** Minimum Information ** +The game server you are running (e.g. Rust/CS:GO). +The link from `./gameserver postdetails` command. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..066b2d920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 1a713a5cca943f7957037d17c555ae581a6eb0ad Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 20 Jul 2018 20:51:27 +0100 Subject: [PATCH 2/6] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd3d413bf..f69856e5f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,11 +4,25 @@ about: Create a report to help us improve --- -**Describe the bug** -A clear and concise description of what the bug is. Follow **[this guide](https://linuxgsm.com/support/#guide)** to make sure you post the correct info. For general support visit the **[steam group](https://linuxgsm.com/steam)**. +GitHub is **ONLY** for: +* LinuxGSM bugs +* feature suggestions +* code contributions + +GitHub is **NOT** for: +* General support +* Specific game server issues (e.g CS:GO, TF2) +* Dedicated server issues (e.g Ubuntu, CentOS) +* Anything not directly related to LinuxGSM development + +Any general support issues on GitHub will be closed. + +**Describe the bug** +A clear and concise description of what the bug is. + **To Reproduce** Steps to reproduce the behaviour: 1. Go to '...' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..54d5b552a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,21 @@ about: Suggest an idea for this project --- +Follow **[this guide](https://linuxgsm.com/support/#guide)** to make sure you post the correct info. +For general support visit the **[steam group](https://linuxgsm.com/steam)**. + +GitHub is **ONLY** for: +* LinuxGSM bugs +* feature suggestions +* code contributions + +GitHub is **NOT** for: +* General support +* Specific game server issues (e.g CS:GO, TF2) +* Dedicated server issues (e.g Ubuntu, CentOS) +* Anything not directly related to LinuxGSM development + +Any general support issues on GitHub will be closed. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] From e3ea52bf885caea00a3c023a8b8e84f3cd0dd7ba Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 20 Jul 2018 20:59:40 +0100 Subject: [PATCH 3/6] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/new-server-request.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-server-request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 54d5b552a..6ba0c2bd2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,6 +19,7 @@ GitHub is **NOT** for: * Anything not directly related to LinuxGSM development Any general support issues on GitHub will be closed. + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md new file mode 100644 index 000000000..2029a645a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -0,0 +1,16 @@ +--- +name: New Server Request +about: Suggest a new game server to be added + +--- + +**What game server Would you like adding?** + +**Can you link to any tutorials or guides?** +Any useful guides will help with development + +**Is the server on Steam?** +If yes Use SteamDB to get the appid. https://steamdb.info/ + +**Is the server supported on Linux?** +We only support Linux servers and dont support Wine. From eed04ab2fd975f4736c113b98faf167374ad26d9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 20 Jul 2018 21:00:22 +0100 Subject: [PATCH 4/6] Update issue templates --- .github/ISSUE_TEMPLATE/new-server-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-server-request.md b/.github/ISSUE_TEMPLATE/new-server-request.md index 2029a645a..6ce2f50d1 100644 --- a/.github/ISSUE_TEMPLATE/new-server-request.md +++ b/.github/ISSUE_TEMPLATE/new-server-request.md @@ -1,5 +1,5 @@ --- -name: New Server Request +name: New server request about: Suggest a new game server to be added --- From 1ca82a410eac01f4baf9e83199057fdb68865f2c Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sat, 21 Jul 2018 15:40:11 +0200 Subject: [PATCH 5/6] Fixed wrong text in some core messages --- lgsm/functions/core_messages.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/core_messages.sh b/lgsm/functions/core_messages.sh index 9ffbc52ae..7fa9dc8a6 100644 --- a/lgsm/functions/core_messages.sh +++ b/lgsm/functions/core_messages.sh @@ -315,20 +315,20 @@ fn_print_fail_eol_nl(){ # WARN fn_print_warn_eol(){ - echo -en "${red}FAIL${default}" + echo -en "${red}WARNING${default}" } fn_print_warn_eol_nl(){ - echo -e "${red}FAIL${default}" + echo -e "${red}WARNING${default}" } # INFO fn_print_info_eol(){ - echo -en "${red}FAIL${default}" + echo -en "${red}INFO${default}" } fn_print_info_eol_nl(){ - echo -e "${red}FAIL${default}" + echo -e "${red}INFO${default}" } # QUERYING From 4cc8973c2bc4c4af4d428521135e1c1a65c4976e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 21 Jul 2018 15:36:58 +0100 Subject: [PATCH 6/6] changed WARNING to WARN --- lgsm/functions/core_messages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/core_messages.sh b/lgsm/functions/core_messages.sh index 7fa9dc8a6..3a47798b3 100644 --- a/lgsm/functions/core_messages.sh +++ b/lgsm/functions/core_messages.sh @@ -315,11 +315,11 @@ fn_print_fail_eol_nl(){ # WARN fn_print_warn_eol(){ - echo -en "${red}WARNING${default}" + echo -en "${red}WARN${default}" } fn_print_warn_eol_nl(){ - echo -e "${red}WARNING${default}" + echo -e "${red}WARN${default}" } # INFO