From 12164afa9b2522429cc30886890c3a6d52463e66 Mon Sep 17 00:00:00 2001 From: Jason Novinger Date: Fri, 19 Sep 2025 13:13:48 -0500 Subject: [PATCH] Fix formatting --- Issue-Triage-Workflow.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Issue-Triage-Workflow.md b/Issue-Triage-Workflow.md index cef228e..459daf9 100644 --- a/Issue-Triage-Workflow.md +++ b/Issue-Triage-Workflow.md @@ -71,12 +71,11 @@ Below is a library of standard responses that can be used to save time when addr #### BUG_ACTUALLY_SUPPORT_REQUEST +`Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. The symptoms you're describing suggest this may be related to your specific configuration or environment setup rather than a bug in NetBox itself. If this were a NetBox bug, we would typically expect to see similar reports from other users with similar configurations.` -> Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. The symptoms you're describing suggest this may be related to your specific configuration or environment setup rather than a bug in NetBox itself. If this were a NetBox bug, we would typically expect to see similar reports from other users with similar configurations. -> -> Each bug report must include detailed steps to reproduce the issue starting from a vanilla NetBox installation. However, given that reproducing this would likely require replicating your specific setup, this issue may be better suited for [GitHub Discussions](https://github.com/netbox-community/netbox/discussions/categories/help-wanted) where the community can provide configuration and troubleshooting assistance. -> -> The bug tracker is intended for reproducible defects in NetBox's code, not for configuration or deployment support. If you can provide detailed reproduction steps that can be followed on a standard NetBox installation, please update this issue with those details. Otherwise, we recommend seeking help through GitHub Discussions. +`Each bug report must include detailed steps to reproduce the issue starting from a vanilla NetBox installation. However, given that reproducing this would likely require replicating your specific setup, this issue may be better suited for [GitHub Discussions](https://github.com/netbox-community/netbox/discussions/categories/help-wanted) where the community can provide configuration and troubleshooting assistance.` + +`The bug tracker is intended for reproducible defects in NetBox's code, not for configuration or deployment support. If you can provide detailed reproduction steps that can be followed on a standard NetBox installation, please update this issue with those details. Otherwise, we recommend seeking help through GitHub Discussions.` ### Pull Requests