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

Add contributors map #37

@aboullaite

Description

@aboullaite

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

  • 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

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions