* 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:
Gabo Gilabert 2020-08-14 14:37:24 -04:00 коммит произвёл GitHub
Родитель 3ffe777d30
Коммит 61ca4fdb38
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 78 добавлений и 19 удалений

61
.github/ISSUE_TEMPLATE/bot-framework-bug.md поставляемый Normal file
Просмотреть файл

@ -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
about: Create a new Bot Builder design change request to track changes to the Bot
Builder architecture.
name: Feature Request
about: Create a new Bot Framework feature request.
title: ""
labels: "needs-triage, feature-request"
assignees: ""
---
## 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)
## Issue
*Describe the issue you are addressing*
## Proposed change
*Describe the proposed solution*
## Component Impact
*Describe which components need to be updated*
## Customer Impact
*Describe the impact on customers*
## Tracking Status
**Dotnet SDK**
**Dotnet SDK** [TODO]()
- [ ] PR
- [ ] Merged
**Javascript SDK**
**Javascript SDK** [TODO]()
- [ ] PR
- [ ] Merged
**Java SDK**
**Python SDK** [TODO]()
- [ ] PR
- [ ] Merged
**Python SDK**
**Java SDK** [TODO]()
- [ ] PR
- [ ] Merged
**Emulator**
**Samples** [TODO]()
- [ ] PR
- [ ] Merged
**Samples**
**Docs** [TODO]()
- [ ] PR
- [ ] Merged
**Docs**
**Tools** [TODO]()
- [ ] PR
- [ ] Merged
**Tools**
- [ ] PR
- [ ] Merged
[dcr]