Skip to content

Commit f915088

Browse files
authored
feat: add new issue template for companion (calcom#26939)
1 parent da143ae commit f915088

1 file changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
name: Companion (iOS/Android/Extension)
3+
about: Report bugs or request features for mobile apps and browser extension
4+
title: ""
5+
labels: ["companion", "🚨 needs approval"]
6+
assignees: ""
7+
---
8+
9+
### Issue Type
10+
11+
<!--
12+
Select one:
13+
- Bug Report
14+
- Feature Request
15+
-->
16+
17+
- [ ] 🐛 Bug Report
18+
- [ ] ✨ Feature Request
19+
20+
### Platform
21+
22+
<!--
23+
Select all that apply:
24+
-->
25+
26+
- [ ] 📱 iOS App
27+
- [ ] 🤖 Android App
28+
- [ ] 🧩 Browser Extension
29+
30+
### Platform Details
31+
32+
<!--
33+
Fill in the details for your selected platform(s).
34+
Delete sections that don't apply.
35+
-->
36+
37+
#### iOS
38+
- **iOS Version**: (e.g., 17.2)
39+
- **Device Model**: (e.g., iPhone 15 Pro)
40+
- **App Version**: (e.g., 1.0.0)
41+
42+
#### Android
43+
- **Android Version**: (e.g., 14)
44+
- **Device Model**: (e.g., Pixel 8)
45+
- **App Version**: (e.g., 1.0.0)
46+
47+
#### Browser Extension
48+
- **Browser & Version**: (e.g., Chrome 120, Firefox 121)
49+
- **Extension Version**: (e.g., 1.0.0)
50+
51+
---
52+
53+
### Description
54+
55+
<!--
56+
Provide a clear and concise description of the issue or feature.
57+
-->
58+
59+
(Write your description here.)
60+
61+
### Steps to Reproduce (Bug Reports Only)
62+
63+
<!--
64+
If this is a bug report, provide steps to reproduce the issue.
65+
Delete this section for feature requests.
66+
-->
67+
68+
1. Go to...
69+
2. Click on...
70+
3. See error...
71+
72+
### Expected Behavior
73+
74+
<!--
75+
What did you expect to happen?
76+
-->
77+
78+
(Describe what you expected.)
79+
80+
### Actual Behavior (Bug Reports Only)
81+
82+
<!--
83+
What actually happened? Delete this section for feature requests.
84+
-->
85+
86+
(Describe what actually happened.)
87+
88+
### Proposed Solution (Feature Requests Only)
89+
90+
<!--
91+
If this is a feature request, describe your proposed solution.
92+
Delete this section for bug reports.
93+
-->
94+
95+
(Describe your proposed solution.)
96+
97+
### Screenshots / Evidence
98+
99+
<!--
100+
Add screenshots, screen recordings, or console logs if applicable.
101+
You can use tools like Bird Eats Bug for recordings.
102+
-->
103+
104+
(Attach evidence here.)
105+
106+
### Additional Context
107+
108+
<!--
109+
Any other information that might be helpful.
110+
-->
111+
112+
(Add any additional context here.)
113+
114+
---
115+
116+
##### House rules
117+
118+
- If this issue has a `🚨 needs approval` label, don't start coding yet. Wait until a core member approves the request by removing this label.
119+
- Your ideas are invaluable! However, they undergo review to ensure alignment with the product's direction.
120+
- Follow best practices in our [Contributor Docs](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)