Skip to content

Commit 23e3cb6

Browse files
author
Tom Laird-McConnell
committed
Merge branch 'master' of https://github.com/Microsoft/BotBuilder
2 parents d53944f + 183baf6 commit 23e3cb6

1,356 files changed

Lines changed: 2599 additions & 208615 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Create new Bot Builder DCR
3+
about: Create a new Bot Builder design change request to track changes to the Bot
4+
Builder architecture.
5+
6+
---
7+
8+
## This is not for asking questions or filing bugs
9+
10+
To get help with an issue with your bot
11+
* ["How To"](https://stackoverflow.com/help/how-to-ask) questions should be submitted on [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework).
12+
13+
To file an issue against a component please go to the components repo
14+
* [Create Azure Bot Framework Service or Channel issue](https://github.com/Microsoft/botframework-services/issues/new/choose)
15+
* [Create Bot Builder Tools issue](https://github.com/Microsoft/botbuilder-tools/issues/new/choose)
16+
* [Create Bot Builder SDK V3 (.NET or Javascript) issue](https://github.com/Microsoft/botbuilder-V3/issues/new/choose)
17+
* [Create Bot Builder SDK V4 .NET issue](https://github.com/Microsoft/botbuilder-dotnet/issues/new/choose)
18+
* [Create Bot Builder SDK V4 Javascript issue](https://github.com/Microsoft/botbuilder-js/issues/new/choose)
19+
* [Create Bot Builder SDK V4 Java issue](https://github.com/Microsoft/botbuilder-java/issues/new/choose)
20+
* [Create Bot Builder SDK V4 Python issue](https://github.com/Microsoft/botbuilder-python/issues/new/choose)
21+
22+
## Issue
23+
*Describe the issue you are addressing*
24+
25+
## Proposed change
26+
*Describe the proposed solution*
27+
28+
## Component Impact
29+
*Describe which components need to be updated*
30+
31+
## Customer Impact
32+
*Describe the impact on customers*
33+
34+
## Tracking Status
35+
**Dotnet SDK**
36+
- [ ] PR
37+
- [ ] Merged
38+
39+
**Javascript SDK**
40+
- [ ] PR
41+
- [ ] Merged
42+
43+
**Java SDK**
44+
- [ ] PR
45+
- [ ] Merged
46+
47+
**Python SDK**
48+
- [ ] PR
49+
- [ ] Merged
50+
51+
**Tools**
52+
- [ ] PR
53+
- [ ] Merged
54+
55+
[dcr]

CSharp/.gitignore

Lines changed: 0 additions & 239 deletions
This file was deleted.

CSharp/Directory.Build.props

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)