-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2275 from digitalocean/develop
Release v2.3.7
- Loading branch information
Showing
27 changed files
with
303 additions
and
196 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: :bug: Bug Report | ||
about: Report a reproducible bug in the current release of NetBox | ||
--- | ||
|
||
<!-- | ||
NOTE: This form is only for reproducible bugs. If you need assistance with | ||
NetBox installation, or if you have a general question, DO NOT open an | ||
issue. Instead, post to our mailing list: | ||
https://groups.google.com/forum/#!forum/netbox-discuss | ||
Please describe the environment in which you are running NetBox. Be sure | ||
that you are running an unmodified instance of the latest stable release | ||
before submitting a bug report. | ||
--> | ||
### Environment | ||
* Python version: <!-- Example: 3.5.4 --> | ||
* NetBox version: <!-- Example: 2.3.6 --> | ||
|
||
<!-- | ||
Describe in detail the steps that someone else can take to reproduce this | ||
bug using the current stable release of NetBox (or the current beta release | ||
where applicable). | ||
--> | ||
### Steps to Reproduce | ||
|
||
|
||
<!-- What did you expect to happen? --> | ||
### Expected Behavior | ||
|
||
|
||
<!-- What happened instead? --> | ||
### Observed Behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: :book: Documentation Change | ||
about: Suggest an addition or modification to the NetBox documentation | ||
--- | ||
|
||
<!-- | ||
Please indicate the nature of the change by placing an X in one of the | ||
boxes below. | ||
--> | ||
### Change Type | ||
[ ] Addition | ||
[ ] Correction | ||
[ ] Deprecation | ||
[ ] Cleanup (formatting, typos, etc.) | ||
|
||
<!-- Describe the proposed change(s). --> | ||
### Proposed Changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
name: :new: Feature Request | ||
about: Propose a new NetBox feature or enhancement | ||
--- | ||
|
||
<!-- | ||
NOTE: This form is only for proposing specific new features or enhancements. | ||
If you have a general idea or question, please post to our mailing list | ||
instead of opening an issue: | ||
https://groups.google.com/forum/#!forum/netbox-discuss | ||
NOTE: Due to an excessive backlog of feature requests, we are not currently | ||
accepting any proposals which significantly extend NetBox's feature scope. | ||
Please describe the environment in which you are running NetBox. Be sure | ||
that you are running an unmodified instance of the latest stable release | ||
before submitting a bug report. | ||
--> | ||
### Environment | ||
* Python version: <!-- Example: 3.5.4 --> | ||
* NetBox version: <!-- Example: 2.3.6 --> | ||
|
||
<!-- | ||
Describe in detail the new functionality you are proposing. Include any | ||
specific changes to work flows, data models, or the user interface. | ||
--> | ||
### Proposed Functionality | ||
|
||
|
||
<!-- | ||
Convey an example use case for your proposed feature. Write from the | ||
perspective of a NetBox user who would benefit from the proposed | ||
functionality and describe how. | ||
---> | ||
### Use Case | ||
|
||
|
||
<!-- | ||
Note any changes to the database schema necessary to support the new | ||
feature. For example, does the proposal require adding a new model or | ||
field? (Not all new features require database changes.) | ||
---> | ||
### Database Changes | ||
|
||
|
||
<!-- | ||
List any new dependencies on external libraries or services that this new | ||
feature would introduce. For example, does the proposal require the | ||
installation of a new Python package? (Not all new features introduce new | ||
dependencies.) | ||
--> | ||
### External Dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: :house: Housekeeping | ||
about: A change pertaining to the codebase itself | ||
--- | ||
|
||
<!-- | ||
NOTE: This type of issue should be opened only by those reasonably familiar | ||
with NetBox's code base and interested in contributing to its development. | ||
Describe the proposed change(s) in detail. | ||
--> | ||
### Proposed Changes | ||
|
||
|
||
<!-- Provide justification for the proposed change(s). --> | ||
### Justification --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.