Google-Developer-Groups-ABESEC/GDG-Website

Add contributors name and avatars in readme file

Offen

#9 geöffnet am 16.10.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)CSS (12 Forks)auto 404
documentationgood first issuehacktoberfesthacktoberfest-accepted

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Overview

The current README.md file does not display the list of contributors who have helped build this project.
To acknowledge community members and encourage more contributions, we should add a Contributors section at the end of the README showing each contributor’s GitHub avatar and profile link.

What Needs to Be Done

  • Add a “Contributors” section at the bottom of the README.md.
  • Display each contributor’s GitHub avatar and username.
  • Each avatar should link directly to the contributor’s GitHub profile.
  • Ensure the layout is clean, visually appealing, and responsive in GitHub’s markdown view.

Example format:

## Contributors

<a href="https://github.com/username1">
  <img src="https://avatars.githubusercontent.com/username1" width="80" style="border-radius:50%; margin: 5px;" />
</a>
<a href="https://github.com/username2">
  <img src="https://avatars.githubusercontent.com/username2" width="80" style="border-radius:50%; margin: 5px;" />
</a>

Contributor Guide