You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc(readme): clarify the contributing guidelines (#306)
* Clarify the Contributing Guidelines in README
This PR updates the 'Contributing' section of the README to enhance clarity and make instructions straightforward for new contributors.
1. Formatted statements with bullet points as in other README files.
2. Updated the 'How to Contribute' link to a valid URL.
3. Added images of contributors.
These changes are intended to make the guide easier to follow and more engaging for new contributors.
* Update contribution link from markdown to website
- Changed the contribution guide link in the README.md from the markdown file to the corresponding section on the official website.
- This change ensures that the link remains stable and is not impacted by the frequent changes to Markdown files.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,11 @@ And here are links of other repositories:
32
32
33
33
## Contributing
34
34
35
-
Welcome to contribute, please see [`How to Contribute`](https://github.com/apache/hugegraph/blob/master/CONTRIBUTING.md) for more information
35
+
- Welcome to contribute to HugeGraph, please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information.
36
+
- Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process.
37
+
- Thank you to all the people who already contributed to HugeGraph!
36
38
37
-
Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to **greatly simplify** the PR and commit process.
0 commit comments