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
9b51eb14
Commit
9b51eb14
authored
Dec 03, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CONTRIBUTING] Add test coverage and CHANGELOG requirements.
parent
0f2e2f02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CONTRIBUTING.md
CONTRIBUTING.md
+4
-0
No files found.
CONTRIBUTING.md
View file @
9b51eb14
...
@@ -50,6 +50,10 @@ Code/comments should adhere to the following rules:
...
@@ -50,6 +50,10 @@ Code/comments should adhere to the following rules:
*
Names should be descriptive and concise.
*
Names should be descriptive and concise.
*
Use two spaces and no tabs.
*
Use two spaces and no tabs.
*
All changes require test coverage to ensure it does not break during refactor
work. (There are a few exceptions to this, which can be recognized by there
not being any coverage for similar code.)
*
All enhancements and bug fixes need to be documented in the CHANGELOG.
*
When writing comments, use properly constructed sentences, including
*
When writing comments, use properly constructed sentences, including
punctuation.
punctuation.
*
When documenting APIs and/or source code, don't make assumptions or make
*
When documenting APIs and/or source code, don't make assumptions or make
...
...
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