Adds a github template when New issues are created #212
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds GitHub issue templates to guide users to use Discussions for questions and feature requests, while reserving Issues for bug reports. The implementation includes a bug report form template and configuration to link to Discussions.
Key changes:
- Added a "Questions & Issues" section to README directing users to appropriate channels
- Created GitHub issue template configuration to promote Discussions usage
- Implemented a structured bug report form with required fields (SDK version, Python version, reproduction steps, etc.)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Added documentation section directing users to Discussions for questions/features and Issues for bugs |
| .github/ISSUE_TEMPLATE/config.yml | Created issue template configuration that links to Discussions for questions and feature requests |
| .github/ISSUE_TEMPLATE/bug_report.yml | Implemented structured bug report form with required fields for SDK version, Python version, steps to reproduce, and expected/actual behavior |
MehakBindra
approved these changes
Nov 18, 2025
lilyydu
added a commit
that referenced
this pull request
Nov 22, 2025
## Release 2.0.0a6 ### Changes - Make images required for Thumbnail (#216) - Revert "Add comment" - Add comment - Move tests to examples (#199) - Bump glob from 11.0.3 to 11.1.0 in /tests/tab/Web (#215) - Remove Agents class (#213) - Add signin/failure invoke activity support (#206) - Update config.yml (#214) - Adds a github template when New issues are created (#212) - feat: add OAuth support for regional bots (#209) - [feat] Add BotBuilder Plugin package, sample and tests (#190) Co-authored-by: lilydu <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a team, we have decided to use "Discussions" as the main place for new features and questions, and Issues for actual actionable bugs.