Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
b7fc0f95
Commit
b7fc0f95
authored
Sep 21, 2014
by
Eric Hodel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrap CONTRIBUTING.md to 80 columns
parent
03a8d0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
CONTRIBUTING.md
CONTRIBUTING.md
+7
-5
No files found.
CONTRIBUTING.md
View file @
b7fc0f95
...
...
@@ -14,7 +14,8 @@ 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
*
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
...
...
@@ -32,8 +33,9 @@ mruby should be highly portable to other systems and compilers. For this it is
recommended to keep your code as close as possible to the C99 standard
(http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf).
Although we target C99, Visual C++ is also an important target for mruby. For this
reason a declaration of a local variable has to be at the beginning of a scope block.
Although we target C99, Visual C++ is also an important target for mruby. For
this reason a declaration of a local variable has to be at the beginning of a
scope block.
#### Reduce library dependencies to a minimum
...
...
@@ -57,8 +59,8 @@ Use C++ style comments only for temporary comment e.g. commenting out some code
### Ruby code
Parts of the standard library of mruby are written in the Ruby programming
language
itself. Please note the following hints for your Ruby code:
Parts of the standard library of mruby are written in the Ruby programming
language
itself. Please note the following hints for your Ruby code:
#### Comply with the Ruby standard (ISO/IEC 30170:2012)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment