Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/-net-sdk-bug.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/-net-sdk-feature-request.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/-net-sdk-question.md

This file was deleted.

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/calendar-skill-v2-bug.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/components-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: "Bug"
about: Create a report for a bug you found in the Bot Framework Components projects (including documentation).
title: ""
labels: "needs-triage, bug"
assignees: ""
---

<!-- Please search for your issue before creating a new one. >
<!-- Complete the necessary portions of this template and delete the rest. -->

## Describe the bug

<!-- Give a clear and concise description of what the bug is. -->

## Version

<!-- What version of the component? What version of the SDK? -->
<!-- If applicable, what version of Composer are you using? In Composer, go to Help > About > Copy and paste the contents below.-->

## To Reproduce

<!-- Steps to reproduce the behavior. -->

## Expected behavior

<!-- Give a clear and concise description of what you expected to happen. -->

## Screenshots

<!-- If applicable, add screenshots/gif/video to help explain your problem. -->

## Additional context

<!-- Add any other context about the problem here. -->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/components-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "Feature Request"
about: Suggest an idea a Bot Framework Components project.
title: ""
labels: "needs-triage, feature-request"
assignees: ""
---

<!-- Please search for your feature request before creating a new one. -->

## 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. -->
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/components-other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Other
about: An empty issue template.
title: ""
labels: "needs-triage"
assignees: ""
---
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://stackoverflow.com/questions/tagged/botframework
about: The issue tracker is not for questions, please ask general "how-to" questions on Stack Overflow.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/docs-bug-report.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Feature spec"
about: Detailed feature definition.
name: "Prebuilt Experiences User Story"
about: Detailed user story spec for prebuilt experiences.
title: ""
labels: ""
labels: "Owner: PBX"
assignees: ""
---

Expand All @@ -14,22 +14,22 @@ assignees: ""
## Description

## Conversation Design
Links to conversation design diagrams and documents
<!-- Links to conversation design diagrams and documents. -->

## Language Understanding
| Intent | Sample Utterances | Prebuilt Entities | Custom Entities | Patterns |
| ------ | ----------------------| ----------------- | ----------------- | --------- |

## Dialogs
Describe the different dialogs to be created as part of the feature and what each will do
<!-- Describe the different dialogs to be created as part of the feature and what each will do. -->

## Custom Actions
Describe any custom actions that will need to be created to support the feature
<!-- Describe any custom actions that will need to be created to support the feature. -->
| Name | Input | Output | Notes |
| ------ | ------ | -------- | ------- |

## Channels
Describe any channel specific functionality or limitations that will need to be taken into consideration
<!-- Describe any channel specific functionality or limitations that will need to be taken into consideration. -->

## Acceptance Criteria
- [ ] Flow should work in both Direct mode (connecting to the skill bot directly
Expand Down
22 changes: 11 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!--- This repository only accepts pull requests related to open issues, please link the open issue in description below. See https://help.github.com/articles/closing-issues-using-keywords/ to learn about automation.
For example - Close #123: Description goes here. -->
<!-- This repository only accepts pull requests related to open issues, please link the open issue in description below. -->
<!-- See https://help.github.com/articles/closing-issues-using-keywords/ to learn about automation. -->
<!-- For example - Close #123: Description goes here. -->

### Purpose
*What is the context of this pull request? Why is it being done?*

<!--What is the context of this pull request? Why is it being done? -->

### Changes
*Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)*

<!-- Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.) -->

### Tests
*Is this covered by existing tests or new ones? If no, why not?*

<!-- Is this covered by existing tests or new ones? If no, why not? -->

### Feature Plan
*Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.*

### Checklist
<!-- Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues. -->

#### General
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated the appropriate tests
- [ ] I have updated related documentation