Conversation
There was a problem hiding this comment.
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.
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) |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.
As a team, we have decided to use "Discussions" as the main place for new features and questions, and Issues for actual actionable bugs.