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
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
You can’t perform that action at this time.
0 commit comments