Update community section in README#551
Closed
PragalvaXFREZ wants to merge 1 commit into
Closed
Conversation
Removed the Repository Overview link from the community section. Signed-off-by: Pragalva <sapkotapragalva@gmail.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request simplifies the 'Join the Meshery community' section in the README.md by removing the link and description for the Repository Overview. Feedback suggests improving the document's consistency and readability by replacing the remaining HTML anchor tags with standard Markdown links and making minor grammatical adjustments to the sentence flow.
|
|
||
| <a name="contributing"></a><a name="community"></a> | ||
| Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://meshery.io/community">Contributor Journey Map</a> and <a href="https://meshery.io/community#handbook">Community Handbook</a> for a tour of resources available to you and the <a href="https://layer5.io/community/handbook/repository-overview">Repository Overview</a> for a cursory description of repository by technology and programming language. Jump into community <a href="https://slack.meshery.io">Slack</a> or <a href="https://meshery.io/community#discussion-forums">discussion forum</a> to participate. | ||
| Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://meshery.io/community">Contributor Journey Map</a> and <a href="https://meshery.io/community#handbook">Community Handbook</a> for a tour of resources available to you. Jump into community <a href="https://slack.meshery.io">Slack</a> or <a href="https://meshery.io/community#discussion-forums">discussion forum</a> to participate. |
Contributor
There was a problem hiding this comment.
For better consistency with the rest of the document and improved readability, consider using standard Markdown links instead of HTML <a> tags. Additionally, adding the definite article 'the' before 'community Slack' and 'discussion forum' improves the sentence flow.
Suggested change
| Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://meshery.io/community">Contributor Journey Map</a> and <a href="https://meshery.io/community#handbook">Community Handbook</a> for a tour of resources available to you. Jump into community <a href="https://slack.meshery.io">Slack</a> or <a href="https://meshery.io/community#discussion-forums">discussion forum</a> to participate. | |
| Our projects are community-built and welcome collaboration. 👍 Be sure to see the [Contributor Journey Map](https://meshery.io/community) and [Community Handbook](https://meshery.io/community#handbook) for a tour of resources available to you. Jump into the community [Slack](https://slack.meshery.io) or the [discussion forum](https://meshery.io/community#discussion-forums) to participate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed the Repository Overview link from the community section.
Description
This PR fixes #
Notes for Reviewers
Signed commits