-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix broken GitHub contributor links in whatsnew docs #2610
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
base: main
Are you sure you want to change the base?
Conversation
RDaxini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all of these usernames need to be deleted. Some include typos or just need to be updated if the user changed their username.
Some investigation (quick googling...) needs to be done to check each of these
| * Adam R. Jensen (:ghuser:`AdamRJensen`) | ||
| * Ioannis Sifnaios (:ghuser:`IoannisSifnaios`) | ||
| * Will Holmgren (:ghuser:`wholmgren`) | ||
| * Sophie Pelland (:ghuser:`solphie-pelland`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all of these usernames are non-existent. For example, in this case it's just a typo
solphie should be sophie
| * Alan Mathew (:ghuser:`alamathe1`) | ||
| * Xavier Rene-Corail (:ghuser:`xcorail`) | ||
| * Anton Driesse (:ghuser:`adriesse`) | ||
| * Mark Campanelli (:ghuser:`thunderfish24`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same again, Mark's could be updated to markcampanelli
|
I will push an updated commit once all usernames are validated. |
RDaxini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to commit the suggestions while avoiding multiple email notifications, you can go to the files changed tab and then "add suggestion to batch", and then commit all suggestions in one go—one single commit
Co-authored-by: Rajiv Daxini <[email protected]>
|
All suggested changes have been applied in a single commit. |
this PR fixes multiple broken
:ghuser:links in the whatsnew contributor lists.several GitHub usernames were returning 404 errors and causing
linkcheckfailures.Fix:
:ghuser:roles while preserving contributor namesthis cleans up documentation and resolves broken external links.
fixes #2489