mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-25 05:56:28 +00:00
feat: use allcontributors.org (#160)
* use allcontributors.org * update snap
This commit is contained in:
parent
b0c3376ac4
commit
e4b22f8cd7
3 changed files with 5 additions and 5 deletions
|
@ -34,12 +34,12 @@ specification for your GitHub or GitLab repository.
|
||||||
|
|
||||||
## Using the all-contributors-cli
|
## Using the all-contributors-cli
|
||||||
|
|
||||||
If you're looking to use the cli, head over to [the cli docs on all-contributors.js.org](https://all-contributors.js.org/docs/en/cli/overview). The all-contributors website contains all the information required to install, configure and use the all-contributors-cli.
|
If you're looking to use the cli, head over to [the cli docs on allcontributors.org](https://allcontributors.org/docs/en/cli/overview). The all-contributors website contains all the information required to install, configure and use the all-contributors-cli.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Thanks goes to these wonderful people
|
Thanks goes to these wonderful people
|
||||||
([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
|
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ exports[`create contributors section if content is empty 1`] = `
|
||||||
"
|
"
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
|
@ -19,7 +19,7 @@ exports[`create contributors section if it is absent 1`] = `
|
||||||
Description
|
Description
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
|
|
|
@ -4,7 +4,7 @@ const injectContentBetween = require('../util').markdown.injectContentBetween
|
||||||
const badgeContent =
|
const badgeContent =
|
||||||
'[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors)'
|
'[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors)'
|
||||||
const headerContent =
|
const headerContent =
|
||||||
'Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)):'
|
'Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):'
|
||||||
const listContent = [
|
const listContent = [
|
||||||
'<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->',
|
'<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->',
|
||||||
'<!-- prettier-ignore -->',
|
'<!-- prettier-ignore -->',
|
||||||
|
|
Loading…
Reference in a new issue