diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index e471b11ae..420a619e8 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,80 +1,82 @@ ---- - -name: Bug report -about: Unexpected program behaviour that needs code correction - ---- - - - -## Bug report - -### Description - - - -### Expected 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 is complete and was NOT recorded in Debug mode, as debug log may contain sensitive information that should not be shared publicly, as per our the wiki. Standard ASF log does not include sensitive information. -``` - -### Global ASF.json config (if using one) - -```json -Paste here, in-between triple backtick tags - -Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as: -- IPCPassword (recommended) -- SteamOwnerID (optionally) -- WebProxy (optionally, if exposing private details) -- WebProxyPassword (optionally, if exposing private details) -- WebProxyUsername (optionally, if exposing private details) - -Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence may be relevant and should be preserved. -``` - -### BotName.json config of all affected bot instances (if more than one) - -```json -Paste here, in-between triple backtick tags - -Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as: -- SteamLogin (mandatory) -- SteamPassword (mandatory) -- SteamMasterClanID (optionally) -- SteamParentalCode (optionally) -- SteamTradeToken (optionally) -- SteamUserPermissions (optionally, only SteamIDs) - -Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence may be relevant and should be preserved. -``` - -### Additional info - - +--- +name: Bug report +about: Unexpected program behaviour that needs code correction +title: '' +labels: Bug, Evaluation +assignees: '' + +--- + + + +## Bug report + +### Description + + + +### Expected 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 is complete and was NOT recorded in Debug mode, as debug log may contain sensitive information that should not be shared publicly, as per our the wiki. Standard ASF log does not include sensitive information. +``` + +### Global ASF.json config (if using one) + +```json +Paste here, in-between triple backtick tags + +Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as: +- IPCPassword (recommended) +- SteamOwnerID (optionally) +- WebProxy (optionally, if exposing private details) +- WebProxyPassword (optionally, if exposing private details) +- WebProxyUsername (optionally, if exposing private details) + +Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence may be relevant and should be preserved. +``` + +### BotName.json config of all affected bot instances (if more than one) + +```json +Paste here, in-between triple backtick tags + +Ensure that your config has redacted (but NOT removed) potentially-sensitive properties, such as: +- SteamLogin (mandatory) +- SteamPassword (mandatory) +- SteamMasterClanID (optionally) +- SteamParentalCode (optionally) +- SteamTradeToken (optionally) +- SteamUserPermissions (optionally, only SteamIDs) + +Redacting involves replacing sensitive details, for example with stars (***). You should refrain from removing config lines entirely, as their pure existence may be relevant and should be preserved. +``` + +### Additional info + + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index e3c9580be..8c3901a58 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,40 +1,42 @@ ---- - -name: Feature request -about: General idea for improving the project - ---- - - - -## Feature request - -### Purpose - - - -### Solution - - - -### Why currently available solutions are not sufficient? - - - -### Does your suggestion fall into ASF scope? - - - -### Is your suggestion abiding to Steam guidelines? - - - -### Additional info - - +--- +name: Feature request +about: General idea for improving the project +title: '' +labels: Enhancement, Evaluation +assignees: '' + +--- + + + +## Feature request + +### Purpose + + + +### Solution + + + +### Why currently available solutions are not sufficient? + + + +### Does your suggestion fall into ASF scope? + + + +### Is your suggestion abiding to Steam guidelines? + + + +### Additional info + +