Skip to content

suggestion for a new structure #21

@frectonz

Description

@frectonz

i was gonna submit a pr but i am facing a problem,
i want to list myself as a rust and javascript developer (i am assuming we are not listing niche stuff like elm, ocaml, nix).

since people are bound to have multiple skills and languages they work with, the current structure of the list should be changed

one suggestion would be that a structure where

each developer will have a single .md file in the repo, where they will have their name, github, website, bio stuff like that
and the README.md will contain links each developer's .md file

the directory structure would be

| README.md
| LICENSE
| devs/
|         frectonz.md
|         chapi.md
|         robi.md
|         beka.md

and the README.md would look like

# codenight-developers

...

## Python Developers

- [chapi](./devs/chapi.md)
- [beka](./devs/beka.md)
- [robi](./devs/robi.md)

## Javascript Developers

- [chapi](./devs/chapi.md)
- [beka](./devs/beka.md)
- [robi](./devs/robi.md)
- [frectonz](./devs/frectonz.md)

## Rust Developers

- [frectonz](./devs/frectonz.md)

plus this will also decrease the number of merge conflicts that might happen since each contributor will just create a new file for themselves

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions