netbox-docker/.github
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
..
ISSUE_TEMPLATE NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00
workflows NetBox should always be referred to as NetBox 2021-02-04 21:48:08 +01:00
FUNDING.yml Create FUNDING.yml to enable sponsoring 2020-10-19 16:50:04 +02:00
no-response.yml probot/no-response configuration 2020-04-09 08:30:30 +02:00
pull_request_template.md Fix typo in PR template 2020-01-23 10:09:56 +01:00