Closed suntong closed 2 years ago
Happens again, for a different reason,
I know there is CLI all-contributors generate command, but that's a big hurdle to jump over, for such a small and common ask.
Why is this a big hurdle?
I'm not a node developer, and I need to have the whole npm
thingy just to have such once-in-a-blue-moon situation.
Looking for the same solution, from my understanding this is also the solution for all-contributors/cli#326
This should be fixed by https://github.com/all-contributors/app/pull/415. Closing this for now.
Is your feature request related to a problem? Please describe. There are many occasions that it is desirable to re-generate the whole table from the .all-contributorsrc file.
E.g., to avoid situation like this:
Describe the solution you'd like
Provide the
@all-contributors generate
command which does exactly whatall-contributors generate
does, to read the contributors list from the .all-contributorsrc file and re-generate the whole contributor tables specified by the files key.Describe alternatives you've considered
I know there is CLI
all-contributors generate
command, but that's a big hurdle to jump over, for such a small and common ask.In the above screenshot situation, all I did was to reorder the Emoji Key ✨ (and Contribution Types) so that they show up in correct order on my site, however, currently it seems impossible to me. Yet,
The needs to reorder the Contribution Types will be very common, especially for cases when people first contribute Bug reports, but later on they contribute code (PR), in which case, I'd like to move
code
to the forefront.Please consider