mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Fix all instances of "Netbox".
```Shell
git ls-files -z . | xargs --null -I '{}' find './{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#Netbox#NetBox#g;'
```
Ref: https://netbox.readthedocs.io/en/stable/development/style-guide/#branding
1.9 KiB
1.9 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Feature or Change Request | Request a new feature or a change of the current behavior |
Desired Behavior
...
Contrast to Current Behavior
...
Changes Required
...
Discussion: Benefits and Drawbacks
...