This commit is contained in:
Ivan Matkov 2020-07-03 14:51:39 +03:00
Родитель 5e013e00ad
Коммит 877eb9db4f
3 изменённых файлов: 76 добавлений и 0 удалений

20
.github/ISSUE_TEMPLATE/feature_request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for the SDK
title: ''
labels: feature request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context about the feature request here.

30
.github/ISSUE_TEMPLATE/problem_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,30 @@
---
name: Problem report
about: Report a problem using the SDK
title: ''
labels: support
assignees: ''
---
### **Description**
Please describe the issue you are facing using the SDK.
### **Repro Steps**
Please list the steps used to reproduce your issue.
1.
2.
### **Details**
1. Which SDK version are you using?
2. Which OS version did you experience the issue on?
3. Which CocoaPods/Carthage/Xcode version are you using?
4. What device version did you see this error on? Were you using an emulator or a physical device?
5. What language are you using?
- [ ] Objective C
- [ ] Swift
6. What third party libraries are you using?

26
.github/PULL_REQUEST_TEMPLATE.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,26 @@
<!--
Thank you for submitting a pull request! Please add some info (if applicable) to give us some context on the PR.
We will review the PR as soon as possible, leave feedback, add a tag, etc. and let you know what's going on.
Cheers! -->
Things to consider before you submit the PR:
* [ ] Has `CHANGELOG.md` been updated?
* [ ] Are tests passing locally?
* [ ] Are the files formatted correctly?
* [ ] Did you add unit tests?
* [ ] Did you test your change with the sample apps?
## Description
A few sentences describing the overall goals of the pull request.
## Related PRs or issues
List related PRs and other issues.
## Misc
Add what's missing, notes on what you tested, additional thoughts or questions.