Skip to content

Commit

Permalink
fix(calling): changes as per new events added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 committed Jan 18, 2024
2 parents a8c9dac + 155456b commit c60bed4
Show file tree
Hide file tree
Showing 84 changed files with 1,396 additions and 64,725 deletions.
555 changes: 0 additions & 555 deletions .circleci/config.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .circleci/local.config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
87 changes: 80 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml
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...
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
docs
patches
coverage
.circleci
.github
.yarn
docker
Expand Down
5 changes: 4 additions & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ frontend:
- yarn install --immutable
build:
commands:
- yarn run samples:build
- yarn workspaces foreach --from '@webex/*-tools' --topological-dev --parallel --verbose run build:src
- yarn package-tools sync --tag next
- yarn run build:local
- yarn run build:docs
artifacts:
baseDirectory: docs/
files:
Expand Down
Loading

0 comments on commit c60bed4

Please sign in to comment.