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
{{ message }}
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
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 Aboullaitegithub: @aboullaite city: Casablancacountry: Morocco
Then we can make a web page that parse this file and renders contributors list.
What's next
Add Yaml file to the repo
Add steps in the bot that guide users on how to contribute and add their PRs
Add web page listing all contributors
Explore options to add it to readme as well (Github Actions ?)