mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Clarify that contributors agree with MIT license in CONTRIBUTING.md.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user