diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..2491f365f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Unexpected program behaviour that needs code correction + +--- + +### Description + + + +### Expected behavior + + + +### Actual behavior + + + +### 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 +``` + +### Global ASF.json config + +```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) +``` + +### BotName.json config of all affected bot instances (if more than one) + +```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) +``` + +### Additional info + + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..a8bd06f57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature request +about: General idea for improving the project + +--- + +### Purpose + + + +### Solution + + + +### Why currently available solutions are not sufficient? + + + +### Does your suggestion fall into ASF scope? + + + +### Is your suggestion abiding to Steam ToS? + + + +### Additional info + +