From 61ca4fdb38a9e237b21fce5561e9a60855e3a740 Mon Sep 17 00:00:00 2001 From: Gabo Gilabert Date: Fri, 14 Aug 2020 14:37:24 -0400 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/bot-framework-bug.md | 61 +++++++++++++++++++ ...cr.md => bot-framework-feature-request.md} | 36 ++++++----- 2 files changed, 78 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bot-framework-bug.md rename .github/ISSUE_TEMPLATE/{create-new-bot-builder-dcr.md => bot-framework-feature-request.md} (83%) diff --git a/.github/ISSUE_TEMPLATE/bot-framework-bug.md b/.github/ISSUE_TEMPLATE/bot-framework-bug.md new file mode 100644 index 000000000..55e610243 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bot-framework-bug.md @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/create-new-bot-builder-dcr.md b/.github/ISSUE_TEMPLATE/bot-framework-feature-request.md similarity index 83% rename from .github/ISSUE_TEMPLATE/create-new-bot-builder-dcr.md rename to .github/ISSUE_TEMPLATE/bot-framework-feature-request.md index c11147399..fe3afa9f7 100644 --- a/.github/ISSUE_TEMPLATE/create-new-bot-builder-dcr.md +++ b/.github/ISSUE_TEMPLATE/bot-framework-feature-request.md @@ -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]