mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Update issue templates
This commit is contained in:
49
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Unexpected program behaviour that needs code correction
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Short explanation what you were going to do. -->
|
||||
|
||||
### Expected behavior
|
||||
|
||||
<!-- What did you expect to happen? -->
|
||||
|
||||
### Actual behavior
|
||||
|
||||
<!-- What happened instead? -->
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
<!-- Every command or action done after launching ASF that leads to the bug. -->
|
||||
|
||||
### 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
|
||||
|
||||
<!-- Everything else you consider worthy that we didn't ask for. -->
|
||||
29
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: General idea for improving the project
|
||||
|
||||
---
|
||||
|
||||
### 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. -->
|
||||
|
||||
### Solution
|
||||
|
||||
<!-- What would you like to see as a solution to the purpose specified by you above? -->
|
||||
|
||||
### Why currently available solutions are not sufficient?
|
||||
|
||||
<!-- If something you're suggesting is already possible, then explain to us why currently available solutions are not sufficient. If it's not possible yet, then explain to us why it should be. -->
|
||||
|
||||
### Does your suggestion fall into ASF scope?
|
||||
|
||||
<!-- 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?
|
||||
|
||||
<!-- 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. -->
|
||||
|
||||
### Additional info
|
||||
|
||||
<!-- Everything else you consider worthy that we didn't ask for. -->
|
||||
Reference in New Issue
Block a user