-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(calling): changes as per new events added
- Loading branch information
Showing
84 changed files
with
1,396 additions
and
64,725 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Platform (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
- Device Type [e.g. Desktop/Mobile (Android/iOS)] | ||
|
||
**Additional context** | ||
Add any other context about the problem here such as logs and HAR files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,81 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🐞 Bug reports, ⁉️⁉ Questions & 🆘 Support | ||
url: https://developer.webex.com/support | ||
about: Something going wrong? Do you have a question? Checkout https://developer.webex.com/support | ||
- name: ⚡️ Feature Requests and Ideas | ||
url: https://ciscocollaboration.aha.io/ | ||
about: Got a suggestion? Please use https://ciscocollaboration.aha.io/ so others can help prioritize your awesome idea 💡 | ||
issue_templates: | ||
- name: Bug report | ||
description: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Domain | ||
description: Which domain does this issue belong to? | ||
options: | ||
- Calling | ||
- Meeting | ||
- Messaging | ||
- Other | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
**Please describe the problem** | ||
(What happened? What were you trying to do? What should have happened?) | ||
- type: input | ||
attributes: | ||
label: Frequency | ||
description: How often does this occur? | ||
placeholder: Every time, occasionally, first time, not sure | ||
|
||
- type: input | ||
attributes: | ||
label: Version | ||
description: What version are you using? | ||
placeholder: v1.0.0 | ||
|
||
- type: input | ||
attributes: | ||
label: Platform | ||
description: What platform are you using? | ||
placeholder: Windows 10, Mac OS X, Ubuntu 20.04 | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps To Recreate | ||
description: Please list the steps needed to recreate the issue. | ||
placeholder: Step 1, Step 2, Step 3... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Console Logs | ||
description: Please provide the relevant console logs. | ||
|
||
- type: textarea | ||
attributes: | ||
label: HAR Logs | ||
description: Please provide the relevant HAR logs. | ||
|
||
- name: Enhancement | ||
description: Suggest an enhancement | ||
labels: ["enhancement"] | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: Domain | ||
description: Which domain does this enhancement belong to? | ||
options: | ||
- Calling | ||
- Meeting | ||
- Messaging | ||
- Other | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the feature | ||
description: What feature would you like to see added? | ||
placeholder: Write here... | ||
|
||
- type: textarea | ||
attributes: | ||
label: Use Cases | ||
description: Please describe a couple of use-cases for this feature. | ||
placeholder: Write here... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature | ||
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 or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
docs | ||
patches | ||
coverage | ||
.circleci | ||
.github | ||
.yarn | ||
docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.