netbox-docker/.github/ISSUE_TEMPLATE
Robin Schneider ee40e339c8
NetBox should always be referred to as NetBox
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
2021-02-04 21:48:08 +01:00
..
bug_report.md NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00
config.yml NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00
feature_request.md NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00