-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
On adding non existent github user name, error shown is not descriptive. #170
Comments
Thanks for reporting that, what error message would you expect in the above scenario? |
I checked the code throws a common error for not found cases. This is very confusing for end users and non informative. let me try adding some value here. |
@Berkmann18 I have fixed it, how to add a PR? i dont have permissions. My email id - [email protected] |
@erdahuja you can see this tutorial http://makeapullrequest.com/ |
# This is the 1st commit message: fix:all-contributors#6 added common error handling for username not provided or wrong username provided. # This is the commit message all-contributors#2: fix:all-contributors#170 added tests for no username case in github getInfo api. # This is the commit message all-contributors#3: fix:all-contributors#170 added tests for no username case in github getInfo api.
@erdahuja how's it going? Is there anything we can help with |
@jakebolam @sinchang Please merge my PR it's completed with tests, also approved. |
all-contributors-cli
version:node
version:npm
(oryarn
) version:Relevant code or config
What you did:
added non github username contributor.
What happened:
Reproduction repository:
Simply run cli tool "yarn run all-contributors" and answer question 1 with wrong username.
Problem description:
Suggested solution:
A better error message
The text was updated successfully, but these errors were encountered: