Skip to content

Commit d941cbd

Browse files
leschdomnickserv
andauthored
docs(CONTRIBUTING): update links (#977)
* docs(CONTRIBUTING): update links remove obsolete all-contributors link (was removed in 1727a49) * docs: use consistent spelling for TypeScript ... inspired by https://effectivetypescript.com/2021/02/03/pet-peeves/ Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
1 parent 75197fe commit d941cbd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ merge of your pull request!
3737
- [ ] Documentation added to the
3838
[docs site](https://github.com/testing-library/testing-library-docs)
3939
- [ ] Tests
40-
- [ ] Typescript definitions updated
40+
- [ ] TypeScript definitions updated
4141
- [ ] Ready to be merged
4242
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
4343

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
88
## Project setup
99

1010
1. Fork and clone the repo
11-
2. Run `npm run setup` to install dependencies and run validation
11+
2. Run `npm run setup -s` to install dependencies and run validation
1212
3. Create a branch for your PR with `git checkout -b pr/your-branch-name`
1313

1414
> Tip: Keep your `main` branch pointing at the original repository and make pull
@@ -40,6 +40,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
4040
requests! Thanks!
4141
4242
[egghead]:
43-
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
44-
[all-contributors]: https://github.com/all-contributors/all-contributors
43+
https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
4544
[issues]: https://github.com/testing-library/dom-testing-library/issues

0 commit comments

Comments
 (0)