KusionStack / karpor

✨ Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
https://karpor-demo.kusionstack.io
Apache License 2.0
71 stars 12 forks source link

Document: maintaining contributors info through all-contributors-cli #483

Closed elliotxx closed 4 weeks ago

elliotxx commented 4 weeks ago

What type of Issue is this?

/kind feature

What this Issue does / why we need it:

Maintaining the contributors infomation through all-contributors-cli.

The basic idea is this:

Use the project README (or another prominent public documentation page in the project) to recognize the contributions of members of the project community.

People are giving themselves and their free time to contribute to open source projects in so many ways, so we believe everyone should be praised for their contributions (code or not).

Screenshots:

image

Usage:

make add-contributor user=elliotxx role=code,doc,design
make update-contributors

Related PR:

466