From ff63d71d957e356f363f875a2b22777aff5ea396 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Sat, 26 Sep 2020 03:08:48 -0400 Subject: [PATCH] Updated Issue Intake Policy (markdown) --- Issue-Intake-Policy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Issue-Intake-Policy.md b/Issue-Intake-Policy.md index 81ad65f..7ca0efd 100644 --- a/Issue-Intake-Policy.md +++ b/Issue-Intake-Policy.md @@ -89,3 +89,7 @@ Below is a library of standard responses that can be used to save time when addr ### VERSION_OUT_OF_DATE `Thank you for submitting this issue. Before any further work can be done, please upgrade to the most recent stable release of NetBox (currently $VERSION) as this issue may have already been addressed. Please then update your issue to indicate whether further action is needed.` + +### PULL_REQUEST_NO_ACCEPTED_ISSUE + +`Thank you for your interest in contributing to NetBox, however, it appears there is no accepted issue that correlates to this pull request. Before pull requests are opened, we require an accepted issue as per our [contributing guide](https://github.com/netbox-community/netbox/blob/master/CONTRIBUTING.md). Please first open an issue and wait for it to be accepted before further work is done on this pull request.`