Skip to content

Commit 20c2a10

Browse files
committed
Add note about issues to CONTRIBUTING.md
1 parent afbeb2b commit 20c2a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and Metasploit's [Common Coding Mistakes].
4545
* **Do** specify a descriptive title to make searching for your pull request easier.
4646
* **Do** include [console output], especially for witnessable effects in `msfconsole`.
4747
* **Do** list [verification steps] so your code is testable.
48+
* **Do** [reference associated issues] in your pull request description
4849
* **Don't** leave your pull request description blank.
4950
* **Don't** abandon your pull request. Being responsive helps us land your code faster.
5051

@@ -106,6 +107,7 @@ already way ahead of the curve, so keep it up!
106107
[topic branch]:http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches
107108
[console output]:https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
108109
[verification steps]:https://help.github.com/articles/writing-on-github#task-lists
110+
[reference associated issues]:https://github.com/blog/1506-closing-issues-via-pull-requests
109111
[PR#2940]:https://github.com/rapid7/metasploit-framework/pull/2940
110112
[PR#3043]:https://github.com/rapid7/metasploit-framework/pull/3043
111113
[pre-commit hook]:https://github.com/rapid7/metasploit-framework/blob/master/tools/dev/pre-commit-hook.rb

0 commit comments

Comments
 (0)