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
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
.mdfile in the repo, where they will have their name, github, website, bio stuff like thatand the
README.mdwill contain links each developer's.mdfilethe directory structure would be
and the
README.mdwould look likeplus this will also decrease the number of merge conflicts that might happen since each contributor will just create a new file for themselves