Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 78ffcfd

Browse files
authored
Merge pull request #210 from zendesk/adding_issue_template
Adding contributing.md and new issue template
2 parents 2616677 + aa66345 commit 78ffcfd

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- SDK version:
2+
- Xcode version:
3+
- iOS or Simulator:
4+
- iOS Version:
5+
- Swift version:
6+
7+
Steps to Reproduce:
8+
9+
1.
10+
2.

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Contributing Issues
2+
3+
### Before Submitting an Issue
4+
5+
First, search if the issue has already been submitted. If so, add your comment to the issue.
6+
7+
If your issue is a feature request, submit it to the [SDK community](https://support.zendesk.com/hc/en-us/community/topics/200488257-Zendesk-SDKs).
8+
9+
### Writing Good Bug Reports and Feature Requests
10+
11+
File a single issue per problem or feature request.
12+
13+
The more information you provide, the more likely we'll be able to reproduce and fix the issue. Please provide as much of the following information as possible:
14+
15+
* Reproducible steps that describe how the issue came to be
16+
* Animated GIFs
17+
* Code that demonstrates the issue
18+
* If possible, a sample app to reproduce the issue
19+
* SDK version
20+
* iOS version
21+
* Whether it happens in the installed app or in Simulator
22+
* Xcode version

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ pod 'ZendeskSDK', '~> RELEASE_VERSION_TAG'
3333

3434
You can find [documentation](https://developer.zendesk.com/embeddables/docs/ios/overview) for the SDK and [release notes](https://developer.zendesk.com/embeddables/docs/ios/release_notes) on https://developer.zendesk.com.
3535

36+
## Feature request
37+
38+
All enhancement, improvement, and feature request suggestions are welcomed. Please submit them to our [SDK community](https://support.zendesk.com/hc/en-us/community/topics/200488257-Zendesk-SDKs). We will normally close feature requests posted to this repository.
39+
40+
## A note regarding iOS 10
41+
42+
We are aware that there are issues with the SDK when testing on iOS 10. We are currently working on a release of the SDK that addresses these issues, in line with our policy of supporting the current and previous two versions of iOS. If you find any iOS 10 specific issues, please feel free to submit them.
43+
3644
## Copyright and license
3745

3846
Copyright 2014 Zendesk

0 commit comments

Comments
 (0)