Totem-Studios / lotus

Lotus is a type-safe compiled programming languages designed to simplify systems programming, achieving memory safety using RAII.
https://totemstudios.org/lotus
MIT License
4 stars 2 forks source link

New workflow for contributors #20

Closed pontushenriksson closed 1 day ago

pontushenriksson commented 8 months ago

Is your feature request related to a problem? Please describe.

It requires unnecessary time to update the contributors.md file manually so we should create a script where it automatically populates it with all new contributors.

Describe the solution you'd like

Create a script in Python or C++ that updates the contents of the file together with the data from GitHub and its workflows.

Describe alternatives you've considered

Writing everything manually but this takes up a lot of time that could have been spent on developing new features.

Additional context

This will not affect the performance of the compiler but rather make new contributors get acknowledged quicker which they deserve.

pontushenriksson commented 1 day ago

Please refer to Issue 24 for more information. This is now closed.