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
This commit is contained in:
Родитель
3ffe777d30
Коммит
61ca4fdb38
|
@ -0,0 +1,61 @@
|
||||||
|
---
|
||||||
|
name: Bug
|
||||||
|
about: Report a new Bot Framework bug.
|
||||||
|
title: ""
|
||||||
|
labels: "needs-triage, bug"
|
||||||
|
assignees: ""
|
||||||
|
---
|
||||||
|
|
||||||
|
### [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.
|
||||||
|
|
||||||
|
## Version
|
||||||
|
What package version of the SDK are you using.
|
||||||
|
|
||||||
|
## Describe the bug
|
||||||
|
Give 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
|
||||||
|
Give a clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
## Additional context
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
## Tracking Status
|
||||||
|
|
||||||
|
**Dotnet SDK** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Javascript SDK** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Python SDK** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Java SDK** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Samples** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Docs** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Tools** [TODO]()
|
||||||
|
- [ ] PR
|
||||||
|
- [ ] Merged
|
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Create new Bot Builder DCR
|
name: Feature Request
|
||||||
about: Create a new Bot Builder design change request to track changes to the Bot
|
about: Create a new Bot Framework feature request.
|
||||||
Builder architecture.
|
title: ""
|
||||||
|
labels: "needs-triage, feature-request"
|
||||||
|
assignees: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
## This is not for asking questions or filing bugs
|
## 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
|
||||||
* [Create Bot Builder SDK V4 Python issue](https://github.com/Microsoft/botbuilder-python/issues/new/choose)
|
* [Create Bot Builder SDK V4 Python issue](https://github.com/Microsoft/botbuilder-python/issues/new/choose)
|
||||||
|
|
||||||
## Issue
|
## Issue
|
||||||
|
|
||||||
*Describe the issue you are addressing*
|
*Describe the issue you are addressing*
|
||||||
|
|
||||||
## Proposed change
|
## Proposed change
|
||||||
|
|
||||||
*Describe the proposed solution*
|
*Describe the proposed solution*
|
||||||
|
|
||||||
## Component Impact
|
## Component Impact
|
||||||
|
|
||||||
*Describe which components need to be updated*
|
*Describe which components need to be updated*
|
||||||
|
|
||||||
## Customer Impact
|
## Customer Impact
|
||||||
|
|
||||||
*Describe the impact on customers*
|
*Describe the impact on customers*
|
||||||
|
|
||||||
## Tracking Status
|
## Tracking Status
|
||||||
**Dotnet SDK**
|
|
||||||
|
**Dotnet SDK** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
**Javascript SDK**
|
**Javascript SDK** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
**Java SDK**
|
**Python SDK** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
**Python SDK**
|
**Java SDK** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
**Emulator**
|
**Samples** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
**Samples**
|
**Docs** [TODO]()
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
|
**Tools** [TODO]()
|
||||||
**Docs**
|
|
||||||
- [ ] PR
|
- [ ] PR
|
||||||
- [ ] Merged
|
- [ ] Merged
|
||||||
|
|
||||||
|
|
||||||
**Tools**
|
|
||||||
- [ ] PR
|
|
||||||
- [ ] Merged
|
|
||||||
|
|
||||||
[dcr]
|
|
Загрузка…
Ссылка в новой задаче