Merge pull request #2440 from suzukaze/add-pr-docs2

Add a caution to Your Pull Request document. (suggested by Matz) close #2437
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-07-03 08:49:05 +09:00
+1
View File
@@ -14,6 +14,7 @@ things in mind before submitting your pull request:
* Don't mix several features or bug-fixes in one pull request
* Create a meaningful commit message
* Explain your change (i.e. with a link to the issue you are fixing)
* Use mrbgem to provide non ISO features (classes, modules and methods) unless you have a special reason to implement them in the core
## Coding conventions