-
Notifications
You must be signed in to change notification settings - Fork 470
docs(CONTRIBUTING): update links #977
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
docs(CONTRIBUTING): update links #977
Conversation
remove obsolete all-contributors link (was removed in 1727a49)
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2a88c2d:
|
Codecov Report
@@ Coverage Diff @@
## main #977 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 25 25
Lines 914 914
Branches 283 283
=========================================
Hits 914 914
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@all-contributors add @leschdom for docs |
@nickmccurdy I've put up a pull request to add @leschdom! 🎉 |
🎉 This PR is included in version 8.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Update links (e.g. egghead.io link redirects to some old preview page for their newly launched site).
Renamed
Typescript
toTypeScript
(As I did with my first PRs on the cypress-testing-library and react-testing-library)
Why:
It could be confusing for first-time contributors (egghead.io links)
It gives a even more professional look when the naming of tools etc. is spelled correctly (at least to me 😅)
How:
Searched for the correct links:
OLD: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
NEW: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
Have found a source to link why I would like to update the TypeScript spelling:
https://effectivetypescript.com/2021/02/03/pet-peeves/
Checklist:
docs site N/A