Skip to content

Commit 775430e

Browse files
authored
Contribution Guideline Added
1 parent 3d4b6ed commit 775430e

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Contributing to CFAlertViewController
2+
3+
We want to make contributing to this project as easy and transparent as possible. Here are a few guidelines for making all our lives easier.
4+
5+
## Asking questions
6+
7+
We don't use GitHub as a support forum. For any usage questions that are not specific to the project itself, please ask on [Stack Overflow](https://stackoverflow.com/) instead. By doing so, you'll be more likely to quickly solve your problem, and you'll allow anyone else with the same question to find the answer. This also allows maintainers to focus on improving the project for others.
8+
9+
## Reporting Issues
10+
11+
A great way to contribute to the project is to send a detailed issue when you encounter an problem.
12+
It is very important to check for the same problem or suggestion in the project's issue list first. If you find a match, just add a small comment there.
13+
Doing this helps prioritize the most common problems and requests.
14+
15+
When reporting issues, please include the following:
16+
17+
- The platform name and version (e.g. iOS 8.1)
18+
- The library version
19+
- The integration method (e.g. CocoaPods/manually)
20+
- The version of Xcode you're using
21+
- The full output of any stack trace or compiler error
22+
- A small demo project that replicates the issue (especially if the way to reproduce the issue is not straight-forward)
23+
- Any other details that would be useful in understanding the problem
24+
25+
This information will help us review and fix your issue faster.
26+
27+
28+
Please do not be offended if we close your issue and reference this document.
29+
If you believe the issue is truely a fault in the project’s codebase, re-open it.
30+
31+
## Pull Requests
32+
33+
We gladly accept any PR's assuming they are well written, documented ( if necessary ) and preferably have test code.
34+
If you're unsure if we'll accept a new feature please open an issue requesting it and we can have a discussion before you code and submit a PR.
35+
36+
Checklist:
37+
- Fork the repo and create your branch from the latest master (to minimize the conflicts)
38+
- If you've added code that should be tested, add tests.
39+
- If you've changed APIs, update the documentation.
40+
- Ensure the test suite passes.
41+
- Make sure your code lints (pod lib lint)
42+

0 commit comments

Comments
 (0)