Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
525b479b
Commit
525b479b
authored
Dec 03, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take a cue from the CONTRIBUTION policy of libuv.
https://github.com/joyent/libuv/blob/master/CONTRIBUTING.md
parent
559fea1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
CONTRIBUTING.md
CONTRIBUTING.md
+15
-2
No files found.
CONTRIBUTING.md
View file @
525b479b
...
...
@@ -44,5 +44,18 @@ would related to existing features.
We
**love**
pull requests and if a contribution is significant we tend to offer
push access.
All contributions will be licenced under the MIT license.
All contributions _will_ be licenced under the MIT license.
Code/comments should adhere to the following rules:
*
Names should be descriptive and concise.
*
Use two spaces and no tabs.
*
When documenting APIs and/or source code, don't make assumptions or make
implications about race, gender, religion, political orientation or anything
else that isn't relevant to the project.
*
When writing comments, use properly constructed sentences, including
punctuation.
*
Remember that source code usually gets written once and read often: ensure
the reader doesn't have to make guesses. Make sure that the purpose and inner
logic are either obvious to a reasonably skilled professional, or add a
comment that explains it.
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