summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2014-07-03 08:27:18 +0900
committerJun Hiroe <[email protected]>2014-07-03 08:27:18 +0900
commit954867828b7f4cf63f4159c6a95762baa3fa131d (patch)
tree58ae2343e44c543de4fa99fc547c7e1e68eb517b /CONTRIBUTING.md
parentd8cc39e3d3cd6d563b370069edaa40c94a0f41f8 (diff)
downloadmruby-954867828b7f4cf63f4159c6a95762baa3fa131d.tar.gz
mruby-954867828b7f4cf63f4159c6a95762baa3fa131d.zip
Add a caution to Your Pull Request document.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
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