Remove help contact information from SUPPORT file#14
Conversation
Removed the section about reaching out through GitHub discussions for help and questions. Signed-off-by: CPiccini <47435428+CPiccini@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR removes the GitHub discussions contact information from the SUPPORT file, specifically deleting the line that directed users to reach out through GitHub discussions for help and questions. The change leaves only GitHub Issues as a support resource, which is designated for bugs and feature requests.
Changes:
- Removed two lines from the SUPPORT file that provided a link to GitHub discussions for help and questions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Microsoft Support Policy | ||
|
|
||
| Support for this **PROJECT** is limited to the resources listed above. |
There was a problem hiding this comment.
After removing the GitHub discussions contact information, line 11 states "Support for this PROJECT is limited to the resources listed above." However, the only resource now listed is GitHub Issues for bugs and feature requests. This creates a gap for users who need help or have questions (not bugs/feature requests). Consider either:
- Updating line 11 to clarify that only bug reports and feature requests are supported via GitHub Issues, or
- Adding an alternative resource for help and questions (such as the email contact found in CONTRIBUTING.md: AziHSM_OSS@Microsoft.com), or
- Explicitly stating that help and questions are not supported if that is the intention.
| ## Microsoft Support Policy | |
| Support for this **PROJECT** is limited to the resources listed above. | |
| For general help and questions, you can contact the project maintainers at AziHSM_OSS@Microsoft.com. | |
| ## Microsoft Support Policy | |
| Support for this **PROJECT** is limited to GitHub Issues for bugs and feature requests and the | |
| AziHSM_OSS@Microsoft.com email address for general help and questions. |
Removed the section about reaching out through GitHub discussions for help and questions.