Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "jest-dom",
"projectOwner": "gnapse",
"projectOwner": "testing-library",
"repoType": "github",
"files": [
"README.md"
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Thanks for being willing to contribute!
> pull requests from branches on your fork. To do this, run:
>
> ```
> git remote add upstream https://github.com/gnapse/jest-dom.git
> git remote add upstream https://github.com/testing-library/jest-dom.git
> git fetch upstream
> git branch --set-upstream-to=upstream/master master
> ```
Expand Down Expand Up @@ -68,5 +68,5 @@ Also, please watch the repo and respond to questions/bug reports/feature
requests! Thanks!

[egghead]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
[all-contributors]: https://github.com/kentcdodds/all-contributors
[issues]: https://github.com/gnapse/jest-dom/issues
[all-contributors]: https://github.com/all-contributors/all-contributors
[issues]: https://github.com/testing-library/jest-dom/issues
Loading