This commit is contained in:
JustArchi 2018-05-28 03:48:13 +02:00
parent 74b6567b6d
commit 758addf310
3 changed files with 34 additions and 23 deletions

View file

@ -1,45 +1,47 @@
---
name: Bug report
about: Unexpected program behaviour that needs code correction
---
<!--
I fully read and understood contributing guidelines of ASF available under https://github.com/JustArchi/ArchiSteamFarm/blob/master/.github/CONTRIBUTING.md, especially the point that GITHUB IS NOT A TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS.
I fully read and understood contributing guidelines of ASF available under https://github.com/JustArchi/ArchiSteamFarm/blob/master/.github/CONTRIBUTING.md and I believe that my issue is valid - it requires a response from ASF development team, and not ASF support.
I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I strongly believe that the bug I'm reporting here affects majority of ASF users and that it's not a result of technical difficulty I'm experiencing that is explained in the FAQ or other place of the wiki.
I understand that if my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, then it will be closed and left unanswered.
If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, please close it immediately - I won't complain.
-->
<!--
Now that you read and understood our notice, remove everything up to this point so it won't clutter the issue and fill the template below with your details.
Feel free to remove our notice and fill the template below with your details.
-->
## Bug report
### Description
<!-- Short explanation what you were going to do. -->
<!-- Short explanation of what you were going to do, what did you want to accomplish? -->
### Expected behavior
<!-- What did you expect to happen? -->
### Actual behavior
### Current behavior
<!-- What happened instead? -->
### Possible solution
<!-- Not mandatory, but you can suggest a fix/reason for the bug, if known to you. -->
### Steps to reproduce
<!-- Every command or action done after launching ASF that leads to the bug. -->
<!-- This is very important, you want to make us run into your bug as much as possible. -->
### 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

View file

@ -1,30 +1,27 @@
---
name: Feature request
about: General idea for improving the project
---
<!--
I fully read and understood contributing guidelines of ASF available under https://github.com/JustArchi/ArchiSteamFarm/blob/master/.github/CONTRIBUTING.md, especially the point that GITHUB IS NOT A TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS.
I fully read and understood contributing guidelines of ASF available under https://github.com/JustArchi/ArchiSteamFarm/blob/master/.github/CONTRIBUTING.md and I believe that my issue is valid - it requires a response from ASF development team, and not ASF support.
I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I strongly believe that the enhancement I'm suggesting here will benefit ASF and its users in the long-run, and that it's definitely not related to any technical difficulty I'm experiencing that is explained in the FAQ or other place of the wiki.
I understand that if my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, then it will be closed and left unanswered.
If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, please close it immediately - I won't complain.
-->
<!--
Now that you read and understood our notice, remove everything up to this point so it won't clutter the issue and fill the template below with your details.
Feel free to remove our notice and fill the template below with your details.
-->
## Feature request
### Purpose
<!-- Purpose of the feature request - if it solves some problem, precise what in particular. If it benefits the program in some other way, precise in particular why. Present the underlying reason why this feature request makes sense. -->
<!-- Purpose of the feature request - if it solves some problem, precise in particular what. If it benefits the program in some other way, precise in particular why. Present the underlying reason why this feature request makes sense, and what is the context of it. -->
### Solution
<!-- What would you like to see as a solution to the purpose specified by you above? -->
<!-- What would you like to see as a solution to the purpose specified by you above? What would work for you? -->
### 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 ASF really the proper tool to include your enhancement in the first place? Is it connected with idling Steam cards? -->
### Is your suggestion abiding to Steam ToS?
### Is your suggestion abiding to Steam guidelines?
<!-- If not, it will not be considered. Botting Steam Market is just a single example of a thing that won't happen - https://store.steampowered.com/subscriber_agreement. -->
<!-- If not, it will not be considered. Please make sure that you're not suggesting anything potentially unwanted, botting Steam Market is just a single example of such thing - https://store.steampowered.com/subscriber_agreement / https://store.steampowered.com/online_conduct -->
### Additional info

BIN
resources/ASF_144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB