Add note about using config sanitizer in bug template (#7477)

Melo at Github committed Dec 6, 2025 at 05:34 UTC 6a50671c5fb139a337a9057adafc0aed4116b1e9
1 file changed +2 -1
.github/ISSUE_TEMPLATE/bug_report.md
+2 -1
@@ -46,7 +46,8 @@ If applicable, add screenshots to help explain your problem.
46 **Additional context**
47 Add any other context about the problem here.
48
49 -**Your config.json file**
49 +**Your sanitized config.json file**
50 +Please sanitize your configuration (remove private or irrelevant values) before posting, using the community tool at https://sanitizer.meshcentraltools.com/
51 ```
52 {
53 "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",