This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
We've been discussing in #34 #26 some ways to include contributors. relying on HoF and All contributors bot won't be possible in the near future, since those bots can't be added to organizations.
Describe the solution you'd like
What I suggest is adding a YAML file where each contributor/open source learner will add his details, and then use this yaml file to display list of contributors, or even a map from where each contributor is located
With this in place, we can help first time contributors to easily make their first PR, and make the bot guide them in the process.
Documentation
The yaml file should look something like:
contributors:
- name: Mohammed Aboullaite
github: @aboullaite
city: Casablanca
country: Morocco
Then we can make a web page that parse this file and renders contributors list.
What's next