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

[Imporvement] Add Users to record the user list on the official website page. #361

Open
JackyYangPassion opened this issue Jun 4, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@JackyYangPassion
Copy link
Contributor

Problem Type (问题类型)

others (please edit later)

Your Question (问题描述)

Add Users to record the user list on the official website page.

for example:
https://kvrocks.apache.org/users

@dosubot dosubot bot added the enhancement New feature or request label Jun 4, 2024
@reck-coder123
Copy link

Hi I would like to work on this issue, but from where should I get all the users, you want to mention in the users page? Can you please help on this?

@imbajin
Copy link
Member

imbajin commented Dec 11, 2024

Hi I would like to work on this issue, but from where should I get all the users, you want to mention in the users page? Can you please help on this?

@reck-coder123 maybe consider 2 ways:

  1. manually get all contributors from each repository and add them into one list
image

from https://contrib.rocks/image?repo=apache/hugegraph-doc (so as the others hugegraph repos)

  1. Find a site that can directly count contributors to the consolidation of multiple repositories. There may not be a good example

@imbajin
Copy link
Member

imbajin commented Dec 11, 2024

@dosu
Based on the previous text of the issue, do you have any suggestions to help us obtain all contributors from multiple hugegraph repositories? Please provide as many detailed plans and information as possible. Thank you

This comment was marked as resolved.

@imbajin
Copy link
Member

imbajin commented Dec 12, 2024

Could you provide more details about the specific repositories you want to gather contributors from? Additionally, are there any specific tools or platforms you prefer to use for this task?

To continue talking to Dosu, mention @dosu.

@dosu, we want to add contributor to record the dev list on the official website page, but from where should we get all the contributors/users in an easy way? Can you please help on this?

Copy link

dosubot bot commented Dec 12, 2024

@reck-coder123
To gather contributors from multiple HugeGraph repositories, you can consider the following approaches:

  1. GitHub Contributors Graph: Each repository on GitHub has a contributors graph that you can use to manually compile a list of contributors. For example, the hugegraph-toolchain and incubator-hugegraph-doc repositories have contributors graphs available at:

  2. GitHub API: Use the GitHub API to programmatically fetch contributors from each repository. You can use the /repos/{owner}/{repo}/contributors endpoint to get a list of contributors for a specific repository. This can be automated to consolidate contributors from multiple repositories.

  3. Contrib.rocks: As mentioned in the conversation, you can use services like contrib.rocks to generate a visual representation of contributors, which can be embedded on your website.

These methods should help you efficiently gather and display contributor information on your official website page.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants