File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ and Metasploit's [Common Coding Mistakes].
46
46
* ** Do** include [ console output] , especially for witnessable effects in ` msfconsole ` .
47
47
* ** Do** list [ verification steps] so your code is testable.
48
48
* ** Do** [ reference associated issues] in your pull request description
49
+ * ** Do** write [ release notes] once a pull request is landed
49
50
* ** Don't** leave your pull request description blank.
50
51
* ** Don't** abandon your pull request. Being responsive helps us land your code faster.
51
52
@@ -108,6 +109,7 @@ already way ahead of the curve, so keep it up!
108
109
[ console output ] :https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
109
110
[ verification steps ] :https://help.github.com/articles/writing-on-github#task-lists
110
111
[ reference associated issues ] :https://github.com/blog/1506-closing-issues-via-pull-requests
112
+ [ release notes ] :https://github.com/rapid7/metasploit-framework/wiki/Adding-Release-Notes-to-PRs
111
113
[ PR#2940 ] :https://github.com/rapid7/metasploit-framework/pull/2940
112
114
[ PR#3043 ] :https://github.com/rapid7/metasploit-framework/pull/3043
113
115
[ pre-commit hook ] :https://github.com/rapid7/metasploit-framework/blob/master/tools/dev/pre-commit-hook.rb
You can’t perform that action at this time.
0 commit comments