From 7697ff1295fa6fa54c6e9e8c2a82ebf0807b62b4 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 30 Mar 2015 12:04:15 -0500 Subject: [PATCH] Revert a couple of the suggested edits In the main, though, the edits are good. Just disagree with a couple. [See #5028] --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad7b36aff9..b3d216bd4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Hello, World! -Thanks for your interest in making Metasploit, and therefore, the -world, a better place! +Thanks for your interest in making Metasploit -- and therefore, the +world -- a better place! -Are you about to report a bug? Sorry to hear about it. Here's our [Issue tracker]. +Are you about to report a bug? Sorry to hear it. Here's our [Issue tracker]. Please try to be as specific as you can about your problem; include steps to reproduce (cut and paste from your console output if it's helpful) and what you were expecting to happen. @@ -53,7 +53,7 @@ Pull requests [PR#2940] and [PR#3043] are a couple good examples to follow. * **Do** run `tools/msftidy.rb` against your module and fix any errors or warnings that come up. - It would be even better to set up `msftidy.rb` as a [pre-commit hook]. -* **Do** use the many module mixin [API]s. Wheel improvements are welcome- wheel reinventions, not so much. +* **Do** use the many module mixin [API]s. Wheel improvements are welcome; wheel reinventions, not so much. * **Don't** include more than one module per pull request. #### Scripts