diff --git a/.github/ISSUE_TEMPLATE/-net-sdk-bug.md b/.github/ISSUE_TEMPLATE/-net-sdk-bug.md deleted file mode 100644 index eaefeb99f1..0000000000 --- a/.github/ISSUE_TEMPLATE/-net-sdk-bug.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "Bug" -about: Create a bug report for a bug you found in the Bot Framework Skills projects -title: "" -labels: "needs-triage, bug" -assignees: "" ---- - -### [Github issues](https://github.com/Microsoft/botframework-skills/issues) 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: - -## 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. diff --git a/.github/ISSUE_TEMPLATE/-net-sdk-feature-request.md b/.github/ISSUE_TEMPLATE/-net-sdk-feature-request.md deleted file mode 100644 index 136ba70fbb..0000000000 --- a/.github/ISSUE_TEMPLATE/-net-sdk-feature-request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: "Feature request" -about: Suggest a feature for the Bot Framework Skills projects -title: "" -labels: "needs-triage, feature-request" -assignees: "" ---- - -### Use this [query](https://github.com/Microsoft/botbuilder-dotnet/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/-net-sdk-question.md b/.github/ISSUE_TEMPLATE/-net-sdk-question.md deleted file mode 100644 index 58c7985686..0000000000 --- a/.github/ISSUE_TEMPLATE/-net-sdk-question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "Question" -about: The issue tracker is not for questions. Please ask questions on https://stackoverflow.com/questions/tagged/botframework - ---- - -🚨 The issue tracker is not for questions 🚨 - -If you have a question, please ask it on https://stackoverflow.com/questions/tagged/botframework - -[question] diff --git a/.github/ISSUE_TEMPLATE/calendar-skill-v2-bug.md b/.github/ISSUE_TEMPLATE/calendar-skill-v2-bug.md deleted file mode 100644 index 8f3f7566d1..0000000000 --- a/.github/ISSUE_TEMPLATE/calendar-skill-v2-bug.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "Calendar Skill V2 Bug" -about: Create a bug report for a bug you found during Calendar Skill V2 testing -title: "[Calendar Skill V2] " -labels: "needs-triage, bug, Area: Calendar Skill" -assignees: "" ---- - -## Describe the bug -Give a clear and concise description of what the bug is. - -## To Reproduce -Steps to reproduce the behavior. What utterances or buttons didn't work? - -## 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. diff --git a/.github/ISSUE_TEMPLATE/components-bug-report.md b/.github/ISSUE_TEMPLATE/components-bug-report.md new file mode 100644 index 0000000000..ba82285f25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/components-bug-report.md @@ -0,0 +1,35 @@ +--- +name: "Bug" +about: Create a report for a bug you found in the Bot Framework Components projects (including documentation). +title: "" +labels: "needs-triage, bug" +assignees: "" +--- + + + +## Describe the bug + + + +## Version + + + + +## To Reproduce + + + +## Expected behavior + + + +## Screenshots + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/components-feature-request.md b/.github/ISSUE_TEMPLATE/components-feature-request.md new file mode 100644 index 0000000000..c25d90f782 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/components-feature-request.md @@ -0,0 +1,25 @@ +--- +name: "Feature Request" +about: Suggest an idea a Bot Framework Components project. +title: "" +labels: "needs-triage, feature-request" +assignees: "" +--- + + + +## Is your feature request related to a problem? Please describe. + + + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Additional context + + diff --git a/.github/ISSUE_TEMPLATE/components-other.md b/.github/ISSUE_TEMPLATE/components-other.md new file mode 100644 index 0000000000..981db40f73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/components-other.md @@ -0,0 +1,7 @@ +--- +name: Other +about: An empty issue template. +title: "" +labels: "needs-triage" +assignees: "" +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..1064705749 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://stackoverflow.com/questions/tagged/botframework + about: The issue tracker is not for questions, please ask general "how-to" questions on Stack Overflow. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/docs-bug-report.md b/.github/ISSUE_TEMPLATE/docs-bug-report.md deleted file mode 100644 index a7fca37239..0000000000 --- a/.github/ISSUE_TEMPLATE/docs-bug-report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: "Documentation Issue" -about: Create a report to help us improve our documentation -labels: "needs-triage, Area: Docs" ---- - -**Please describe your request** - -**Is this an issue with current documentation? If yes, please provide the link.** diff --git a/.github/ISSUE_TEMPLATE/feature-spec.md b/.github/ISSUE_TEMPLATE/prebuilt-experience-user-story.md similarity index 76% rename from .github/ISSUE_TEMPLATE/feature-spec.md rename to .github/ISSUE_TEMPLATE/prebuilt-experience-user-story.md index 3116722960..a06650bcf7 100644 --- a/.github/ISSUE_TEMPLATE/feature-spec.md +++ b/.github/ISSUE_TEMPLATE/prebuilt-experience-user-story.md @@ -1,8 +1,8 @@ --- -name: "Feature spec" -about: Detailed feature definition. +name: "Prebuilt Experiences User Story" +about: Detailed user story spec for prebuilt experiences. title: "" -labels: "" +labels: "Owner: PBX" assignees: "" --- @@ -14,22 +14,22 @@ assignees: "" ## Description ## Conversation Design -Links to conversation design diagrams and documents + ## Language Understanding | Intent | Sample Utterances | Prebuilt Entities | Custom Entities | Patterns | | ------ | ----------------------| ----------------- | ----------------- | --------- | ## Dialogs -Describe the different dialogs to be created as part of the feature and what each will do + ## Custom Actions -Describe any custom actions that will need to be created to support the feature + | Name | Input | Output | Notes | | ------ | ------ | -------- | ------- | ## Channels -Describe any channel specific functionality or limitations that will need to be taken into consideration + ## Acceptance Criteria - [ ] Flow should work in both Direct mode (connecting to the skill bot directly diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f397c0b377..e25a784ea7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,20 @@ - + + + + ### Purpose -*What is the context of this pull request? Why is it being done?* + + ### Changes -*Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)* + + ### Tests -*Is this covered by existing tests or new ones? If no, why not?* + + ### Feature Plan -*Are there any remaining steps or dependencies before this issue can be fully resolved? If so, describe and link to any relevant pull requests or issues.* -### Checklist + -#### General -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have added or updated the appropriate tests -- [ ] I have updated related documentation