File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,13 @@ Keeping the following in mind gives your contribution the best chance of landing
42
42
* ** Do** target your pull request to the ** master branch** .
43
43
* ** Do** specify a descriptive title to make searching for your pull request easier.
44
44
* ** 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.
46
47
* ** Do** [ reference associated issues] in your pull request description.
47
48
* ** 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.
48
52
* ** Don't** abandon your pull request. Being responsive helps us land your code faster.
49
53
* ** Don't** post questions in older closed PRs.
50
54
You can’t perform that action at this time.
0 commit comments