This repository was archived by the owner on Apr 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Add contributors map #37
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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: MoroccoThen 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 ?)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed