mirror of
https://github.com/zhigang1992/braintree-ios-drop-in.git
synced 2026-04-30 04:45:23 +08:00
Update Issue Templates - use GH new workflow(#219)
This commit is contained in:
16
.github/ISSUE_TEMPLATE.md
vendored
16
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,16 +0,0 @@
|
||||
<!-- Only open an issue here if you think you've found an issue with our SDK. If you need help troubleshooting your integration, reach out to Braintree Support at https://help.braintreepayments.com. -->
|
||||
|
||||
### General information
|
||||
|
||||
* SDK/Library version: <!-- Example: 4.7.2 -->
|
||||
* Environment: <!-- Is this issue in Sandbox or Production? -->
|
||||
* iOS Version and Device: <!-- Example: iOS 9.3 on an iPhone 6s -->
|
||||
* Integration type and version: <!-- Example: CocoaPods 1.1.1, Carthage 0.18.1 -->
|
||||
|
||||
### Issue description
|
||||
|
||||
<!-- To help us quickly reproduce your issue, include as many details as possible, such as logs, steps to reproduce, and so on. If the issue reports a new feature, follow the [user story](https://en.wikipedia.org/wiki/User_story) format to clearly describe the use case. -->
|
||||
|
||||
<!-- NOTE: Please do not open an issue for translation requests for new languages. We support the same languages that are supported by PayPal, and have a dedicated localization team to provide the translations.
|
||||
|
||||
If there is an error in a specific translation, you may open an issue here and we will escalate it to the localization team. -->
|
||||
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
---
|
||||
|
||||
<!-- Only open an issue here if you think you've found an issue with our SDK. If you need help troubleshooting your integration, reach out to Braintree Support at https://help.braintreepayments.com. -->
|
||||
|
||||
**Integration Details (please complete the following information):**
|
||||
- SDK/Library Version: [e.g. 8.0.0]
|
||||
- Environment: [e.g. Sandbox or Production]
|
||||
- iOS Version: [e.g. iOS 13.0]
|
||||
- Device [e.g. iPhone 6s]
|
||||
- Integration type & version [e.g. CocoaPods 1.1.1, Carthage 0.18.1]
|
||||
|
||||
**Describe the bug**
|
||||
Description of what the bug is. Please include as many details as possible.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. See error
|
||||
|
||||
**Expected behavior**
|
||||
Description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
<!-- Do not reveal sensitive data. ex: credit card numbers & customer credentials -->
|
||||
|
||||
<!-- NOTE: Please do not open an issue for translation requests for new languages. We support the same languages that are supported by PayPal, and have a dedicated localization team to provide translations.
|
||||
|
||||
If there is an error in a specific translation, you may open an issue here and we will escalate it to our localization team. -->
|
||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for our SDK
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
Description of what you want to happen. Follow the [user story](https://en.wikipedia.org/wiki/User_story) format to clearly describe the use case.
|
||||
|
||||
<!-- NOTE: Please do not open an issue for translation requests for new languages. We support the same languages that are supported by PayPal, and have a dedicated localization team to provide translations.
|
||||
|
||||
If there is an error in a specific translation, you may file a bug report issue here and we will escalate it to our localization team. -->
|
||||
Reference in New Issue
Block a user