Skip to content
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

Update product feedback rule to include GitHub ISsues #7382

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions rules/manage-product-feedback/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,17 @@ In the past we had a couple of main options:

Many software houses used this for their products Eg. SSW CodeAuditor, SSW LinkAuditor, etc

![Figure: Google Trends shows that UserVoice and UserEcho are declining in populatrity, while GitHub Discussions is slowly but surely climbing.](google-trends-ghdiscussions-uservoice-userecho.png)

::: good
The best options for managing product feedback is GitHub Discussions. See our rule: [https://www.ssw.com.au/rules/use-github-discussions/](https://www.ssw.com.au/rules/use-github-discussions/)
The best options for managing product feedback is GitHub.

If a user needs some support, or wnats to suggest changing the way something works (e.g. reversing a default), then they should use **GitHub Discussions.**
GordonBeeming marked this conversation as resolved.
Show resolved Hide resolved
See our rule: [https://www.ssw.com.au/rules/use-github-discussions/](https://www.ssw.com.au/rules/use-github-discussions/)

If a user wants to report a bug or suggest a new feature, then they should use **GitHub Issues.**
:::

![Figure: Google Trends shows that UserVoice and UserEcho are declining in populatrity, while GitHub Issues is slowly but surely climbing.](google-trends-ghissues-uservoice-userecho.jpg)

![Figure: Google Trends shows that UserVoice and UserEcho are declining in populatrity, while GitHub Discussions is slowly but surely climbing.](google-trends-ghdiscussions-uservoice-userecho.png)


Loading