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
6d5dba0a
Commit
6d5dba0a
authored
Mar 14, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CONTRIBUTING.md
parent
d148ac0c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
CONTRIBUTING.md
CONTRIBUTING.md
+47
-0
No files found.
CONTRIBUTING.md
0 → 100644
View file @
6d5dba0a
# CONTRIBUTING
## Issues
The issues of this repository refer only to the development of the tool. Other
resources are:
-
[
CocoaPods/Specs
](
https://github.com/CocoaPods/Specs
)
: Submit new Pods and
report broken ones.
-
[
Mailing List
](
http://groups.google.com/group/cocoapods
)
: Usage & general
questions.
Properly written and formatted issues are more likely to receive the
appropriate attention. If you don't care... we don't care.
##### Bug reports
Please post all the relevant information including the version of CocoaPods and
any template printed by the tool.
If there is a regression in the projects generated by CocoaPods please include
the output (redacted if needed) of one of the following commands:
```
$ xcodeproj target-diff
$ xcodeproj project-diff
```
If you are familiar with Ruby, making a pull request with a failing test case
can speed up the resolution of the bug. If the issue is more complex you can
add an
[
integration test
](
https://github.com/CocoaPods/CocoaPods/tree/master/spec/integration
)
.
which doesn't require any ruby knowledge.
##### Feature requests
Please try to be precise about the proposed outcome of the feature and how it
would related with the existing ones.
## Pull Requests
We love pull requests and if a contribution is significative we tend to offer
push access.
All the contributions are intended to be licenced under the MIT license by
their respective authors.
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