Land #9996, PRs from master are bad

PR's bad. Bad PR.
GSoC/Meterpreter_Web_Console
William Vu 2018-05-08 18:05:05 -05:00
commit ffbca98bb5
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 6 additions and 1 deletions

View File

@ -36,8 +36,13 @@ and Metasploit's [Common Coding Mistakes].
* **Do** get [Rubocop] relatively quiet against the code you are adding or modifying.
* **Do** follow the [50/72 rule] for Git commit messages.
* **Don't** use the default merge messages when merging from other branches.
* **Do** create a [topic branch] to work on instead of working directly on `master`.
* **Do** license your code as BSD 3-clause, BSD 2-clause, or MIT.
* **Do** create a [topic branch] to work on instead of working directly on `master`.
If you do not send a PR from a topic branch, the history of your PR will be
lost as soon as you update your own master branch. See
https://github.com/rapid7/metasploit-framework/pull/8000 for an example of
this in action.
### Pull Requests