Skip to content
#

contributors

Here are 66 public repositories matching this topic...

AnandChowdhary
AnandChowdhary commented Nov 1, 2019

Describe the bug
The HTML markup of a typical table cell generated by All Contributors looks like this:

<td align="center">
    <a href="https://anandchowdhary.com/?utm_source=github&utm_campaign=about-link"><img src="https://avatars3.githubusercontent.com/u/2841780?v=4" width="100px;" alt="Anand Chowdhary" />
        <br /><sub><b>Anand Chowdhary</b></sub></a>
    <br /><a hre
jakebolam
jakebolam commented May 4, 2019

Is your feature request related to a problem? Please describe.
The bot currently decides whether to 'init' (install the placeholders for the table and badge) for the README if there is no .all-contributorsrc file. If the file is found, it skips this step. This causes the bot to crash if a user has an .all-contributorsrc file but has nothing else.

Describe the solution you'd like
H

Loading…
You can’t perform that action at this time.