From 2a734344bcafcb2bbe621799196296112682cdc2 Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 16 Dec 2021 00:35:36 +0100 Subject: [PATCH] Include examples of redacting in bug report --- .github/ISSUE_TEMPLATE/Bug-report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-report.yml b/.github/ISSUE_TEMPLATE/Bug-report.yml index 0420351db..b0cb2bc54 100644 --- a/.github/ISSUE_TEMPLATE/Bug-report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-report.yml @@ -156,6 +156,7 @@ body: { "AutoRestart": false, "Headless": true, + "IPCPassword": "********", "UpdateChannel": 2, "SteamTokenDumperPluginEnabled": true } @@ -179,7 +180,9 @@ body: 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. placeholder: | { - "Enabled": true + "Enabled": true, + "SteamLogin": "********", + "SteamPassword": "********" } render: json - type: textarea