-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Increasing access
Creating more visibility for the contributors from the README file
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
Feature request details
As part of #8194, the CONTRIBUTORS.md file was created. The table it contains now used to be included in full in README.md, to create more visibility for all the contributors. However, this made the README large (as well as slow to load), so the separation was needed.
However, in our discussion of that issue, it was clear that including some kind of inclusive image of all contributors in the README would be best. This issue proposes to create a workflow that generates 1 image containing all the icons for the README (for example, consider this inspiration shared by @davepagurek : https://github.com/typeorm/typeorm ).
That way, the build-time generation of the table (in CONTRIBUTORS.md) and the image (in README.md) would be possible.
If you're interested in volunteering to work on this issue, please describe first in a bit more detail how you would approach this, because the idea is very high-level right now.