diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index bfa5daa0f..4a3d7a27e 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,45 +1,47 @@ --- + name: Bug report about: Unexpected program behaviour that needs code correction --- - - ## Bug report ### Description - + ### Expected behavior -### Actual behavior +### Current behavior +### Possible solution + + + ### Steps to reproduce + ### Full log.txt recorded during reproducing the problem ``` Paste here, in-between triple backtick tags -Ensure that your log was NOT recorded in Debug mode, as it might contain sensitive information that should not be shared, as stated on the wiki +Ensure that your log was NOT recorded in Debug mode, as it might contain sensitive information that should not be shared publically, as stated on the wiki. ``` ### Global ASF.json config @@ -47,7 +49,13 @@ Ensure that your log was NOT recorded in Debug mode, as it might contain sensiti ```json Paste here, in-between triple backtick tags -Ensure that config has hidden/redacted potentially-sensitive properties, such as: IPCPassword, WebProxyPassword, IPCPrefixes (optionally), SteamOwnerID (optionally), WebProxy (optionally), WebProxyUsername (optionally) +Ensure that config has hidden/redacted potentially-sensitive properties, such as: +- IPCPassword (recommended) +- IPCPrefixes (optionally, if exposing public IPs) +- SteamOwnerID (optionally) +- WebProxy (optionally, if exposing private details) +- WebProxyPassword (optionally, if exposing private details) +- WebProxyUsername (optionally, if exposing private details) ``` ### BotName.json config of all affected bot instances (if more than one) @@ -55,7 +63,13 @@ Ensure that config has hidden/redacted potentially-sensitive properties, such as ```json Paste here, in-between triple backtick tags -Ensure that config has hidden/redacted potentially-sensitive properties, such as: SteamLogin, SteamParentalPIN, SteamPassword, SteamMasterClanID (optionally), SteamTradeToken (optionally), SteamUserPermissions (only steamIDs, optionally) +Ensure that config has hidden/redacted potentially-sensitive properties, such as: +- SteamLogin (mandatory) +- SteamPassword (mandatory) +- SteamMasterClanID (optionally) +- SteamParentalPIN (optionally) +- SteamTradeToken (optionally) +- SteamUserPermissions (optionally, only SteamIDs) ``` ### Additional info diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index afa2af12c..2f430fa21 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,30 +1,27 @@ --- + name: Feature request about: General idea for improving the project --- - - ## Feature request ### Purpose - + ### Solution - + ### Why currently available solutions are not sufficient? @@ -34,9 +31,9 @@ Now that you read and understood our notice, remove everything up to this point -### Is your suggestion abiding to Steam ToS? +### Is your suggestion abiding to Steam guidelines? - + ### Additional info diff --git a/resources/ASF_144x144.png b/resources/ASF_144x144.png new file mode 100644 index 000000000..95bc571d3 Binary files /dev/null and b/resources/ASF_144x144.png differ