Skip to content

Commit 66c22ee

Browse files
Update issue templates
1 parent e8535a1 commit 66c22ee

6 files changed

Lines changed: 64 additions & 53 deletions

File tree

.github/ISSUE_TEMPLATE/general_support.md renamed to .github/ISSUE_TEMPLATE/1_general_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assignees: ''
1212
**SDK version:** <!--The SDK version that you're currently using.-->
1313

1414
**Are logs available?**
15-
<!-- Enable logs by using `data.logLevel = CioLogLevel.debug` when initializing the CustomerIO SDK. Attach the logs to this issue (make sure to sanitize any keys before attaching) or send them to win@customer.io to help with troubleshooting (with a link to this issue for easy reference).-->
15+
<!-- Enable logs by using `CustomerIO.config {$0.logLevel = .debug}` when initializing the CustomerIO SDK. Attach the logs to this issue (make sure to sanitize any keys before attaching) or send them to win@customer.io to help with troubleshooting (with a link to this issue for easy reference).-->
1616

1717
**Describe the issue**
1818
<!-- A clear and concise description of the issue. -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the solution you'd like**
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
**Describe alternatives you've considered**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- For time-sensitive or urgent requests, reach out to our Technical Support team at win@customer.io with the details below instead of submitting an issue here. -->
11+
12+
**SDK version:** <!-- The SDK version that you're currently using. -->
13+
14+
**Environment:** Development or Production
15+
16+
**Are logs available?**
17+
<!-- Enable logs by using `CustomerIO.config {$0.logLevel = .debug}` when initializing the CustomerIO SDK. Attach the logs to this issue (make sure to sanitize any keys and sensitive data before including) or send them to win@customer.io to help with troubleshooting (with a link to this issue for easy reference).-->
18+
19+
**Describe the bug**
20+
<!-- A clear and concise description of what the bug is. -->
21+
22+
**To Reproduce**
23+
<!-- Steps to reproduce the behavior. -->
24+
25+
**Expected behavior**
26+
<!-- A clear and concise description of what you expected to happen. -->
27+
28+
**Screenshots**
29+
<!-- If applicable, add screenshots to help explain your problem. -->
30+
31+
**Additional context**
32+
<!-- Add any other context about the problem here, including links to any campaigns, broadcasts, or profiles related to this bug. If it's required or relevant, include code! -->

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support Requests (for customers with support plans)
4+
url: https://fly.customer.io/?support=true
5+
about: Our Technical Support team is staffed with experts who have deep knowledge of our platform, ensuring you get quick, accurate answers. They’re equipped to resolve most issues directly, and for specialized SDK questions, we have a streamlined escalation process to connect with the engineers who built it. Use the button to the righ to open the dashboard and request help or simply email win@customer.io, and our team will be ready to help.
6+
- name: Community Forum (for general questions and peer support)
7+
url: https://community.customer.io/
8+
about: Our Community Forum is a great place for general questions, advice, and tips from other developers and Customer.io experts. You can tap into our active community and share insights or learn new ways to optimize your implementation.
9+
- name: Propose a Fix (for developers with a solution)
10+
url: https://github.com/customerio/customerio-reactnative/pulls
11+
about: If you’ve found a bug or have a feature request and have a proposed solution, we encourage you to submit a Pull Request (PR) with your proposed changes. Our team will review and collaborate with you, making it easy to contribute improvements to our SDK directly.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)