Skip to content

Commit eaf14ac

Browse files
authored
Merge pull request #111 from zendesk/adding_issue_template
Adding contributing.md and new issue template
2 parents 5c00409 + 9463adf commit eaf14ac

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-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, please search if this issue has already been submitted. if there is an issue add your comment on this issue.
6+
7+
If your issue is a feature request, please submit it to our [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 and feature request.
12+
13+
The more information you can provide, the more likely we will be able to reproduce and finally fix it. Therefore:
14+
15+
* Provide 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+
* Version of the SDK that the issue happens on
20+
* Version of the iOS Version
21+
* Whether it happens on the iOS vs the simulator
22+
* Xcode version

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ pod 'ZDCChat'
2727

2828
If you are migrating to version 1.3.x.x, then this [migration guide](https://developer.zendesk.com/embeddables/docs/ios-chat-sdk/migration) is available.
2929

30+
## Feature request
31+
32+
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.
3033

3134
## Copyright and license
3235

0 commit comments

Comments
 (0)