Skip to content

Commit b9b4b8a

Browse files
committed
Add warning concerning AI-generated content
1 parent 98c9f7f commit b9b4b8a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,16 @@ intake policy](https://github.com/netbox-community/netbox/wiki/Issue-Intake-Poli
8686

8787
* In most cases, it is not necessary to add a changelog entry: A maintainer will take care of this when the PR is merged. (This helps avoid merge conflicts resulting from multiple PRs being submitted simultaneously.)
8888

89-
* All code submissions should meet the following criteria (CI will enforce these checks):
89+
* All code submissions must meet the following criteria (CI will enforce these checks where feasible):
90+
* Consist entirely of original work
9091
* Python syntax is valid
9192
* All tests pass when run with `./manage.py test`
9293
* PEP 8 compliance is enforced, with the exception that lines may be
9394
greater than 80 characters in length
9495

96+
> [!CAUTION]
97+
> Any contributions which include AI-generated or reproduced content will be rejected.
98+
9599
* Some other tips to keep in mind:
96100
* If you'd like to volunteer for someone else's issue, please post a comment on that issue letting us know. (This will allow the maintainers to assign it to you.)
97101
* Check out our [developer docs](https://docs.netbox.dev/en/stable/development/getting-started/) for tips on setting up your development environment.
@@ -117,8 +121,6 @@ We're always looking for motivated individuals to join the maintainers team and
117121

118122
We generally ask that maintainers dedicate around four hours of work to the project each week on average, which includes both hands-on development and project management tasks such as issue triage. Maintainers are also encouraged (but not required) to attend our bi-weekly Zoom call to catch up on recent items.
119123

120-
Many maintainers petition their employer to grant some of their paid time to work on NetBox. In doing so, your employer becomes eligible to be featured as a [NetBox sponsor](https://github.com/netbox-community/netbox/wiki/Sponsorship).
121-
122124
Interested? You can contact our lead maintainer, Jeremy Stretch, at [email protected] or on the [NetDev Community Slack](https://netdev.chat/). We'd love to have you on the team!
123125

124126
## :heart: Other Ways to Contribute

0 commit comments

Comments
 (0)