From 2ac1705447c5f2272e114640b6dd4441d60fe6e8 Mon Sep 17 00:00:00 2001 From: Jeff Gehlbach Date: Mon, 6 May 2024 18:00:26 -0400 Subject: [PATCH] First swing at bughancement canned response --- Issue-Intake-Policy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Issue-Intake-Policy.md b/Issue-Intake-Policy.md index 4f11875..5b0ab77 100644 --- a/Issue-Intake-Policy.md +++ b/Issue-Intake-Policy.md @@ -100,6 +100,10 @@ Below is a library of standard responses that can be used to save time when addr ### Bug Reports +#### BUG_ACTUALLY_ENHANCEMENT + +`Thank you for opening an issue. There exists a grey area between bug and enhancement, and it seems your issue falls into that zone. We promise to give your request fair consideration, but we need to ask a favor. To help us understand your request in detail, we ask you to recreate this issue as a [feature request](https://github.com/netbox-community/netbox/issues/new?template=feature_request.yaml). We value your time and hate that this will create duplicate work for you, but GitHub currently offers no way to carry over the fields included in the bug report template to the feature request one. Thanks for understanding, and for your interest in helping improve NetBox.` + #### BUG_EXPECTED_BEHAVIOR `Thank you for opening a bug report. It seems that the described functionality is intended behavior. If you meant to open a feature request instead, please close this issue and open a new one using the [feature request template](https://github.com/netbox-community/netbox/issues/new?template=feature_request.yaml). Otherwise, please revise your post above to elaborate on why you believe the observed behavior is flawed.`