From a09fabfc84c5e7d64ddf7e29270d188f70314dc5 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Thu, 15 Aug 2024 12:28:25 -0400 Subject: [PATCH] Updated the Feedback section (#3523) * Rewrote the section to be minimalist and not specify the number of ways to provide feedback. Also removed the PR info since that's covered in Contributing. * Update feedback.md Got feedback from Leo about how to improve on this and make it conform to the style guide. Updated with changes based on that feedback. --- docs/contribute/feedback.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/docs/contribute/feedback.md b/docs/contribute/feedback.md index f2bb42039..fe12c0785 100644 --- a/docs/contribute/feedback.md +++ b/docs/contribute/feedback.md @@ -6,26 +6,10 @@ # Providing feedback -There are four standard ways to provide feedback on this repository. +Your feedback is welcome. You can provide feedback either through GitHub Discussions or GitHub Issues. -## Pull request +Use [GitHub Discussions](https://github.com/ROCm/ROCm/discussions) to ask questions, view announcements, and communicate with other members of the community. -All contributions to ROCm documentation should arrive via the -[GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow) -targeting the develop branch of the repository. +Use [GitHub Issues](https://github.com/ROCm/ROCm/issues) to submit issues you find with ROCm or with the ROCm documentation. -For more in-depth information on creating a pull request (PR), see -[Contributing](./contributing.md). - -## GitHub discussions - -To ask questions or view answers to frequently asked questions, refer to -[GitHub Discussions](https://github.com/ROCm/ROCm/discussions). -On GitHub Discussions, in addition to asking and answering questions, -members can share updates, have open-ended conversations, -and follow along on via public announcements. - -## GitHub issue - -Issues on existing or absent documentation can be filed in -[GitHub Issues](https://github.com/ROCm/ROCm/issues). +For information about contributing to the ROCm repository and creating a pull request (PR), see [Contributing](./contributing.md).