diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 891ac74..0000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,26 +0,0 @@ -{ - "projectName": "jest-chain", - "projectOwner": "mattphillips", - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "mattphillips", - "name": "Matt Phillips", - "avatar_url": "https://avatars0.githubusercontent.com/u/5610087?v=4", - "profile": "http://mattphillips.io", - "contributions": [ - "code", - "doc", - "example", - "ideas", - "infra", - "test" - ] - } - ], - "repoType": "github" -} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a24b0a6..8528aab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,21 +27,6 @@ Once you are ready to commit the changes, please use the below commands *Note: please use present tense in commit messages i.e. `Add feature X` and not ~`Added feature X`~* -## Add yourself as a contributor - -This project follows the [all contributors](https://github.com/kentcdodds/all-contributors) -specification. To add yourself to the table of contributors on the README.md, please use -the automated script as part of your PR: - -```console -yarn contributor -``` - -Follow the prompt. If you've already added yourself to the list and are making a -new type of contribution, you can run it again and select the added contribution -type. If you need to edit the `.all-contributorsrc` file by hand that's fine -too, just run `yarn contributor:generate` to regenerate the table - ## Help needed Please checkout the [ROADMAP](docs/ROADMAP.md) and raise an issue to discuss diff --git a/README.md b/README.md index 08b16b9..621755a 100644 --- a/README.md +++ b/README.md @@ -159,16 +159,6 @@ expect('hello world') _Note: `jest-chain` does not currently support asymmetric matcher chaining, if you want this please send a PR_ 😊 -## Contributors - - - - -| [
Matt Phillips](http://mattphillips.io)
[💻](https://github.com/mattphillips/jest-chain/commits?author=mattphillips "Code") [📖](https://github.com/mattphillips/jest-chain/commits?author=mattphillips "Documentation") [💡](#example-mattphillips "Examples") [🤔](#ideas-mattphillips "Ideas, Planning, & Feedback") [🚇](#infra-mattphillips "Infrastructure (Hosting, Build-Tools, etc)") [⚠️](https://github.com/mattphillips/jest-chain/commits?author=mattphillips "Tests") | -| :---: | - - - ## LICENSE [MIT](/LICENSE)