-
Notifications
You must be signed in to change notification settings - Fork 13
Add github issues template #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR establishes a structured approach for community engagement by adding GitHub issue templates and updating documentation to direct users to appropriate channels. The team has decided to use Discussions for questions and feature requests, while reserving Issues for bug reports only.
- Added GitHub issue templates with a bug report form and configuration
- Updated README.md to include a "Questions & Issues" section with guidance
- Added CONTRIBUTING.md to reference the parent repository's contributing guidelines
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/bug_report.yml |
Adds a structured bug report template for the .NET SDK |
.github/ISSUE_TEMPLATE/config.yml |
Configures issue creation to redirect feature requests to Discussions |
CONTRIBUTING.md |
New file directing contributors to the parent repo's guidelines and explaining the multi-language SDK approach |
README.md |
Adds "Questions & Issues" section and removes old email-based feedback contact |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Questions & Issues | ||
|
|
||
| - **Questions or Feature Requests**: Please use [GitHub Discussions](https://github.com/microsoft/teams-sdk/discussions) | ||
| - **Bug Reports**: Please [open an issue](https://github.com/microsoft/teams.net/issues/new/choose) |
Copilot
AI
Nov 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug report issue link points to teams.net repository instead of teams-sdk repository. This is inconsistent with the other links in the document that correctly point to microsoft/teams-sdk. The link should be: https://github.com/microsoft/teams-sdk/issues/new/choose
| - **Bug Reports**: Please [open an issue](https://github.com/microsoft/teams.net/issues/new/choose) | |
| - **Bug Reports**: Please [open an issue](https://github.com/microsoft/teams-sdk/issues/new/choose) |
As a team, we have decided to use "Discussions" as the main place for new features and questions, and Issues for actual actionable bugs.