summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-26 18:21:49 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-26 18:21:49 +0900
commitf3d5deb981838351b245d1ba9dec5b1c0c62bee0 (patch)
treeb14ab21a72a89020469a33c512bdfcd16dfc74e0 /CONTRIBUTING.md
parent04d5e7da398d460983961102a20cc05bccd86c12 (diff)
downloadmruby-f3d5deb981838351b245d1ba9dec5b1c0c62bee0.tar.gz
mruby-f3d5deb981838351b245d1ba9dec5b1c0c62bee0.zip
Clarify that contributors agree with MIT license in `CONTRIBUTING.md`.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fa1c847a9..2ffd759b1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,7 @@
# How to contribute
mruby is an open-source project which is looking forward to each contribution.
+Contributors agree to license their contribution(s) under MIT license.
## Your Pull Request
@@ -47,11 +48,13 @@ on-demand.
#### Insert a break after the function return value:
+ ```C
int
main(void)
{
...
}
+ ```
### Ruby code