From a8158f6783d2a206775796c9a95dcdf87a899032 Mon Sep 17 00:00:00 2001 From: Kelly Harrop Date: Thu, 8 Apr 2021 18:44:28 -0500 Subject: [PATCH 1/2] Update README.md --- plugins/all-contributors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/all-contributors/README.md b/plugins/all-contributors/README.md index 7d9dd814e..c5f7cebd0 100644 --- a/plugins/all-contributors/README.md +++ b/plugins/all-contributors/README.md @@ -39,7 +39,7 @@ npx all-contributors init ### Configure Contribution Type Matching -You use any of the [contribution type](vhttps://allcontributors.org/docs/en/emoji-key). +You use any of the [contribution type](https://allcontributors.org/docs/en/emoji-key). If you configure an pre-configured contribution type the arrays are not merged, it is overridden. **`auto.rc`** From 387f6a5f65d58de5afabebdbd812a8bbb4b90ba5 Mon Sep 17 00:00:00 2001 From: Kelly Harrop Date: Thu, 8 Apr 2021 19:07:58 -0500 Subject: [PATCH 2/2] Update README.md --- plugins/all-contributors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/all-contributors/README.md b/plugins/all-contributors/README.md index c5f7cebd0..f35b32eb1 100644 --- a/plugins/all-contributors/README.md +++ b/plugins/all-contributors/README.md @@ -2,7 +2,7 @@ Automatically add contributors as changelogs are produced. -This plugin maps one of the [contribution type](https://allcontributors.org/docs/en/emoji-key) to a glob or array of globs. +This plugin maps one of the [contribution types](https://allcontributors.org/docs/en/emoji-key) to a glob or array of globs. Out of the box the plugin will only detect the following contribution types: - 📖 `doc` - Edits to any README `['**/*.mdx', '**/*.md', '**/docs/**/*', '**/documentation/**/*']` @@ -39,7 +39,7 @@ npx all-contributors init ### Configure Contribution Type Matching -You use any of the [contribution type](https://allcontributors.org/docs/en/emoji-key). +You use any of the [contribution types](https://allcontributors.org/docs/en/emoji-key). If you configure an pre-configured contribution type the arrays are not merged, it is overridden. **`auto.rc`**