We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all-contributors-cli
latest
node
yarn
Relevant code or config
{ "projectName": "cz-cli", "projectOwner": "commitizen", "repoType": "github", "repoHost": "https://github.com", "files": [ "AC.md" ], "imageSize": 100, "commit": false, "commitConvention": "angular", "contributors": [ { "login": "jimthedev", "name": "Jim Cummins", "avatar_url": "https://avatars0.githubusercontent.com/u/108938?v=4", "profile": "https://jimthedev.com", "contributions": [ "review" ] }, { "login": "marionebl", "name": "Mario Nebl", "avatar_url": "https://avatars1.githubusercontent.com/u/4248851?v=4", "profile": "https://github.com/marionebl", "contributions": [ "review" ] }, { "login": "vagisha-nidhi", "name": "Vagisha Nidhi", "avatar_url": "https://avatars1.githubusercontent.com/u/13175100?v=4", "profile": "https://www.linkedin.com/in/vagisha-nidhi-891766126/", "contributions": [ "review" ] }, { "login": "plroebuck", "name": "P. Roebuck", "avatar_url": "https://avatars1.githubusercontent.com/u/16603429?v=4", "profile": "https://github.com/plroebuck", "contributions": [ "review" ] }, { "login": "giocodes", "name": "Sergio Gomez", "avatar_url": "https://avatars1.githubusercontent.com/u/19365690?v=4", "profile": "https://giocodes.github.io/portfolio/", "contributions": [ "review" ] }, { "login": "LinusU", "name": "Linus Unnebäck", "avatar_url": "https://avatars0.githubusercontent.com/u/189580?v=4", "profile": "http://linus.unnebäck.se/", "contributions": [ "review" ] }, { "login": "thierrymichel", "name": "Thierry Michel", "avatar_url": "https://avatars2.githubusercontent.com/u/806883?v=4", "profile": "http://thierrymichel.net", "contributions": [ "review" ] } ], "contributorsPerLine": 7 }
What you did: Ran ../all-contributors-cli/src/cli.js fetch
../all-contributors-cli/src/cli.js fetch
What happened: Things seem to work properly until the JSON data read from the configPath becomes 0 after a few addContributors calls.
configPath
0
addContributors
Reproduction repository: Branch ml on this one
ml
Problem description: Either an I/O fail on the part of fs or a bad approach regarding adding multiple contributors (each one by one).
fs
Suggested solution: Having a function that can handle adding several contributors at once.
The text was updated successfully, but these errors were encountered:
docs: add mralwin as a contributor (#187)
cbe6c2c
* docs: update README.md * docs: update .all-contributorsrc
This doesn't seem to be an issue anymore on #196 so I'll close this.
Sorry, something went wrong.
tenshiAMD
Successfully merging a pull request may close this issue.
all-contributors-cli
version:latest
node
version: 11.12.0yarn
version: 1.16.0Relevant code or config
What you did:
Ran
../all-contributors-cli/src/cli.js fetch
What happened:
Things seem to work properly until the JSON data read from the
configPath
becomes0
after a fewaddContributors
calls.Reproduction repository:
Branch
ml
on this oneProblem description:
Either an I/O fail on the part of
fs
or a bad approach regarding adding multiple contributors (each one by one).Suggested solution:
Having a function that can handle adding several contributors at once.
The text was updated successfully, but these errors were encountered: