Skip to content
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

Authors check only shows one missing email address #207

Open
takluyver opened this issue Nov 25, 2019 · 1 comment
Open

Authors check only shows one missing email address #207

takluyver opened this issue Nov 25, 2019 · 1 comment

Comments

@takluyver
Copy link
Contributor

Using rever with h5py, the authors check picked up someone who had contributed from two different email addresses, and wasn't listed in .authors.yml at all. It gave an error message like this (name changed):

�[35mAll CLI and import requirements met for authors activity�[0m
'Joe Bloggs' does not have '[email protected]' listed! Please add the email to 'Joe Bloggs' in '.authors.yml'. For example:

- name: Joe Bloggs
  email: [email protected]

Or add an alternative email:

- name: Joe Bloggs
  email: [email protected]
  alternate_emails:
    - [email protected]

To fix the check, it was necessary to add both this email and an alternate, which the error message does not mention.

@scopatz
Copy link
Collaborator

scopatz commented Dec 2, 2019

Thanks for brinign this up @takluyver! This would be a good thing to fix / update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants