Updated Issue Intake Policy (markdown)

Jeremy Stretch 2020-08-13 12:59:30 -04:00
parent b3f280d510
commit 05302eb82d

@ -60,73 +60,32 @@ Below is a library of standard responses that can be used to save time when addr
### DIRECT_TO_MAILING_LIST
```
Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and
requesting features, and must be submitted using one of the templates provided
[here](https://github.com/netbox-community/netbox/issues/new/choose). For general discussion, questions,
or assistance with installation issues, please post to our
[mailing list](https://groups.google.com/forum/#!forum/netbox-discuss) instead.
```
`Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and requesting features, and must be submitted using one of the templates provided [here](https://github.com/netbox-community/netbox/issues/new/choose). For general discussion, questions, or assistance with installation issues, please post to our [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss) instead.`
### DOES_NOT_FOLLOW_TEMPLATE
```
This issue has been closed as it does not conform to one of the
[provided templates](https://github.com/netbox-community/netbox/issues/new/choose) as required by the
[contributing guide](https://github.com/netbox-community/netbox/blob/master/CONTRIBUTING.md). If you'd like
to request that your issue be re-opened, please first update the content so that it matches the appropriate
template (this may require rewriting your issue entirely).
```
`This issue is pending closure as it does not conform to one of the [provided templates](https://github.com/netbox-community/netbox/issues/new/choose) as required by the [contributing guide](https://github.com/netbox-community/netbox/blob/master/CONTRIBUTING.md). If you'd like to request that your issue be re-opened, please first update the content so that it matches the appropriate template (this may require rewriting your issue entirely).`
### DUPLICATE_ISSUE
```
Thank you for submitting this issue, however it appears that this topic has already been raised. Please see
issue #$ISSUE for further discussion.
```
`Thank you for submitting this issue, however it appears that this topic has already been raised. Please see issue #$ISSUE for further discussion.`
### 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.md).
Otherwise, please revise your post above to elaborate on why you believe the observed behavior is flawed.
```
`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.md). Otherwise, please revise your post above to elaborate on why you believe the observed behavior is flawed.`
### FEATURE_OUT_OF_SCOPE
```
Thank you for submitting your idea. Unfortunately, the proposed feature falls outside the scope of
functionality that NetBox aims to provide. As NetBox is an open source application with limited development
resources and a persistent backlog of existing work, it is crucial that we limit the scope of development
to ensure it remains a maintainable project for many years to come. Thank you for your understanding.
```
`Thank you for submitting your idea. Unfortunately, the proposed feature falls outside the scope of functionality that NetBox aims to provide. As NetBox is an open source application with limited development resources and a persistent backlog of existing work, it is crucial that we limit the scope of development to ensure it remains a maintainable project for many years to come. Thank you for your understanding.`
### PLUGIN_CANDIDATE
```
Thank you for submitting your idea. Although the proposed functionality falls outside the current scope of
NetBox's core feature set, it may make a good candidate for a
[NetBox plugin](https://netbox.readthedocs.io/en/stable/plugins/), and we encourage you to pursue its
development and a standalone project. Please reach out [via our mailing list or Slack
channel](https://github.com/netbox-community/netbox/wiki) if you need any assistance.
```
`Thank you for submitting your idea. Although the proposed functionality falls outside the current scope of NetBox's core feature set, it may make a good candidate for a [NetBox plugin](https://netbox.readthedocs.io/en/stable/plugins/), and we encourage you to pursue its development and a standalone project. Please reach out [via our mailing list or Slack channel](https://github.com/netbox-community/netbox/wiki) if you need any assistance.`
### UNABLE_TO_REPRODUCE
```
Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v$VERSION.
Please re-confirm the reported behavior on the current stable release and adjust your post above as
necessary. Remember to provide detailed steps that someone else can follow using a clean installation of
NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other
data.
```
`Thank you for opening a bug report. I was unable to reproduce the reported behavior on NetBox v$VERSION. Please re-confirm the reported behavior on the current stable release and adjust your post above as necessary. Remember to provide detailed steps that someone else can follow using a clean installation of NetBox to reproduce the issue. Remember to include the steps taken to create any initial objects or other data.`
### 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.
```
`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.`