Skip to content

Commit 2908409

Browse files
committed
Add AI don't
1 parent 9780732 commit 2908409

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ Keeping the following in mind gives your contribution the best chance of landing
4242
* **Do** target your pull request to the **master branch**.
4343
* **Do** specify a descriptive title to make searching for your pull request easier.
4444
* **Do** include [console output], especially for effects that can be witnessed in the `msfconsole`.
45-
* **Do** list [verification steps] so your code is testable.
45+
* **Do** test your code.
46+
* **Do** list [verification steps] so committers can test your code.
4647
* **Do** [reference associated issues] in your pull request description.
4748
* **Don't** leave your pull request description blank.
49+
* **Don't** include sensitive information in your PR (including externally-routable IP addresses in documentation).
50+
* **Don't** PR untested/unvalidated code you copy/pasted from the internet.
51+
* **Don't** PR untested/unvalidated code you copy/pasted from AI or LLM.
4852
* **Don't** abandon your pull request. Being responsive helps us land your code faster.
4953
* **Don't** post questions in older closed PRs.
5054

0 commit comments

Comments
 (0)