diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-03 08:49:05 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-03 08:49:05 +0900 |
| commit | 9a5f98fec861170a7d6fb263a180c6e90c1a5bc0 (patch) | |
| tree | 58ae2343e44c543de4fa99fc547c7e1e68eb517b | |
| parent | d8cc39e3d3cd6d563b370069edaa40c94a0f41f8 (diff) | |
| parent | 954867828b7f4cf63f4159c6a95762baa3fa131d (diff) | |
| download | mruby-9a5f98fec861170a7d6fb263a180c6e90c1a5bc0.tar.gz mruby-9a5f98fec861170a7d6fb263a180c6e90c1a5bc0.zip | |
Merge pull request #2440 from suzukaze/add-pr-docs2
Add a caution to Your Pull Request document. (suggested by Matz) close #2437
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8db5a7dc..7e102a9d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |
