Skip to content

Commit 61ca4fd

Browse files
authored
Updated issue and PR template (#5982)
* Updated feature request template to apply new default labels on creation. Added bug issue template with proper labels. * Updated feature request label
1 parent 3ffe777 commit 61ca4fd

File tree

2 files changed

+77
-18
lines changed

2 files changed

+77
-18
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: Bug
3+
about: Report a new Bot Framework bug.
4+
title: ""
5+
labels: "needs-triage, bug"
6+
assignees: ""
7+
---
8+
9+
### [Github issues](https://github.com/microsoft/botframework-sdk) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions.
10+
11+
## Version
12+
What package version of the SDK are you using.
13+
14+
## Describe the bug
15+
Give a clear and concise description of what the bug is.
16+
17+
## To Reproduce
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
24+
## Expected behavior
25+
Give a clear and concise description of what you expected to happen.
26+
27+
## Screenshots
28+
If applicable, add screenshots to help explain your problem.
29+
30+
## Additional context
31+
Add any other context about the problem here.
32+
33+
## Tracking Status
34+
35+
**Dotnet SDK** [TODO]()
36+
- [ ] PR
37+
- [ ] Merged
38+
39+
**Javascript SDK** [TODO]()
40+
- [ ] PR
41+
- [ ] Merged
42+
43+
**Python SDK** [TODO]()
44+
- [ ] PR
45+
- [ ] Merged
46+
47+
**Java SDK** [TODO]()
48+
- [ ] PR
49+
- [ ] Merged
50+
51+
**Samples** [TODO]()
52+
- [ ] PR
53+
- [ ] Merged
54+
55+
**Docs** [TODO]()
56+
- [ ] PR
57+
- [ ] Merged
58+
59+
**Tools** [TODO]()
60+
- [ ] PR
61+
- [ ] Merged
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
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-
2+
name: Feature Request
3+
about: Create a new Bot Framework feature request.
4+
title: ""
5+
labels: "needs-triage, feature-request"
6+
assignees: ""
67
---
78

89
## This is not for asking questions or filing bugs
@@ -20,50 +21,47 @@ To file an issue against a component please go to the components repo
2021
* [Create Bot Builder SDK V4 Python issue](https://github.com/Microsoft/botbuilder-python/issues/new/choose)
2122

2223
## Issue
24+
2325
*Describe the issue you are addressing*
2426

2527
## Proposed change
28+
2629
*Describe the proposed solution*
2730

2831
## Component Impact
32+
2933
*Describe which components need to be updated*
3034

3135
## Customer Impact
36+
3237
*Describe the impact on customers*
3338

3439
## Tracking Status
35-
**Dotnet SDK**
36-
- [ ] PR
37-
- [ ] Merged
3840

39-
**Javascript SDK**
41+
**Dotnet SDK** [TODO]()
4042
- [ ] PR
4143
- [ ] Merged
4244

43-
**Java SDK**
45+
**Javascript SDK** [TODO]()
4446
- [ ] PR
4547
- [ ] Merged
4648

47-
**Python SDK**
49+
**Python SDK** [TODO]()
4850
- [ ] PR
4951
- [ ] Merged
5052

51-
**Emulator**
53+
**Java SDK** [TODO]()
5254
- [ ] PR
5355
- [ ] Merged
5456

55-
**Samples**
57+
**Samples** [TODO]()
5658
- [ ] PR
5759
- [ ] Merged
5860

59-
60-
**Docs**
61+
**Docs** [TODO]()
6162
- [ ] PR
6263
- [ ] Merged
6364

64-
65-
**Tools**
65+
**Tools** [TODO]()
6666
- [ ] PR
6767
- [ ] Merged
68-
69-
[dcr]

0 commit comments

Comments
 (0)