Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Include the following information in your post:
* `/opt/netbox/venv/bin/manage.py test netbox_dhcp` must run successfully.
* Include a reference to the fixed bug or feature request in the description of the pull request, e.g. `fixes #23`. See the [GitHub documentation](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) for details.
* If the main branch has moved on while you were working on a pull request, please __do not merge but rebase__ your branch. Merging normally isn't usually necessary, and it creates merge commits that unnecessarily clutter the project's history.
* Code generated by "AI" will not be accepted.
* Code generated by "AI" will not be accepted. See [the Codeberg e.V. blog](https://blog.codeberg.org/protecting-our-floss-commons-from-llms.html) for the rationale behind this principle.

## First Time Setup

Expand Down
Loading