Skip to content

Commit 531686c

Browse files
committed
Change italics to bold
1 parent 22ff5e2 commit 531686c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and Metasploit's [Common Coding Mistakes](https://github.com/rapid7/metasploit-f
2323

2424
### Pull Requests
2525

26-
* *Do* target your pull request to the **master branch**. Not staging, not develop, not release.
26+
* **Do** target your pull request to the **master branch**. Not staging, not develop, not release.
2727
* **Do** specify a descriptive title to make searching for your pull request easier.
2828
* **Do** include [console output](https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks), especially for witnessable effects in `msfconsole`.
2929
* **Do** list [verification steps](https://help.github.com/articles/writing-on-github#task-lists) so your code is testable.
@@ -43,7 +43,7 @@ Pull requests [#2940](https://github.com/rapid7/metasploit-framework/pull/2940)
4343
* **Do** write [RSpec](http://rspec.info/) tests - even the smallest change in library land can thoroughly screw things up.
4444
* **Do** follow [Better Specs](http://betterspecs.org/) - it's like the style guide for specs.
4545
* **Do** write [YARD](http://yardoc.org/) documentation - this makes it easier for people to use your code.
46-
* *Don't* fix a lot of things in one pull request. Small fixes are easier to validate.
46+
* **Don't** fix a lot of things in one pull request. Small fixes are easier to validate.
4747

4848
#### Bug Fixes
4949

0 commit comments

Comments
 (0)