From f915088d78c134e25c60847efc7937c24e4f4dbd Mon Sep 17 00:00:00 2001 From: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:42:48 +0530 Subject: [PATCH] feat: add new issue template for companion (#26939) --- .github/ISSUE_TEMPLATE/companion.md | 120 ++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/companion.md diff --git a/.github/ISSUE_TEMPLATE/companion.md b/.github/ISSUE_TEMPLATE/companion.md new file mode 100644 index 0000000000..6980da2d12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/companion.md @@ -0,0 +1,120 @@ +--- +name: Companion (iOS/Android/Extension) +about: Report bugs or request features for mobile apps and browser extension +title: "" +labels: ["companion", "🚨 needs approval"] +assignees: "" +--- + +### Issue Type + + + +- [ ] 🐛 Bug Report +- [ ] ✨ Feature Request + +### Platform + + + +- [ ] 📱 iOS App +- [ ] 🤖 Android App +- [ ] 🧩 Browser Extension + +### Platform Details + + + +#### iOS +- **iOS Version**: (e.g., 17.2) +- **Device Model**: (e.g., iPhone 15 Pro) +- **App Version**: (e.g., 1.0.0) + +#### Android +- **Android Version**: (e.g., 14) +- **Device Model**: (e.g., Pixel 8) +- **App Version**: (e.g., 1.0.0) + +#### Browser Extension +- **Browser & Version**: (e.g., Chrome 120, Firefox 121) +- **Extension Version**: (e.g., 1.0.0) + +--- + +### Description + + + +(Write your description here.) + +### Steps to Reproduce (Bug Reports Only) + + + +1. Go to... +2. Click on... +3. See error... + +### Expected Behavior + + + +(Describe what you expected.) + +### Actual Behavior (Bug Reports Only) + + + +(Describe what actually happened.) + +### Proposed Solution (Feature Requests Only) + + + +(Describe your proposed solution.) + +### Screenshots / Evidence + + + +(Attach evidence here.) + +### Additional Context + + + +(Add any additional context here.) + +--- + +##### House rules + +- 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. +- Your ideas are invaluable! However, they undergo review to ensure alignment with the product's direction. +- Follow best practices in our [Contributor Docs](https://github.com/calcom/cal.com/blob/main/CONTRIBUTING.md)