mirror of
https://github.com/sindresorhus/awesome.git
synced 2025-04-29 10:17:18 +02:00
Add guide for mentioned badge
This commit is contained in:
parent
a90737eb91
commit
797812a809
1 changed files with 28 additions and 2 deletions
30
awesome.md
30
awesome.md
|
@ -10,14 +10,40 @@ Research if the stuff you're including is actually awesome. Only put stuff on th
|
||||||
|
|
||||||
## Awesome badge
|
## Awesome badge
|
||||||
|
|
||||||
[](https://github.com/sindresorhus/awesome)
|
This badge is for Awesome lists.
|
||||||
|
|
||||||
|
[](https://awesome.re)
|
||||||
|
|
||||||
Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs).
|
Add an awesome badge to the top of your list, right next to the title. [Example](https://github.com/sindresorhus/awesome-nodejs).
|
||||||
|
|
||||||
```md
|
```md
|
||||||
[](https://github.com/sindresorhus/awesome)
|
[](https://awesome.re)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*The badge should not be modified in any way.*
|
||||||
|
|
||||||
|
## Awesome mentioned badge
|
||||||
|
|
||||||
|
This badge is for projects being mentioned in an Awesome list (**NOT for use in Awesome lists**). For example, the [Chalk](https://github.com/chalk/chalk) project could feature this badge because it's listed in [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs). It's totally optional for projects, but it's a nice way to show they've been featured in an Awesome list.
|
||||||
|
|
||||||
|
[](https://awesome.re)
|
||||||
|
|
||||||
|
**Fill in the placeholders (Name and URL):**
|
||||||
|
|
||||||
|
```md
|
||||||
|
[](https://github.com/<INSERT LIST URL>)
|
||||||
|
```
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```md
|
||||||
|
[](https://github.com/sindresorhus/awesome-nodejs)
|
||||||
|
```
|
||||||
|
|
||||||
|
If you're an Awesome list maintainer, you could encourage projects in your list to add the badge.
|
||||||
|
|
||||||
|
*The badge should not be modified in any way.*
|
||||||
|
|
||||||
## Comment on why something is awesome
|
## Comment on why something is awesome
|
||||||
|
|
||||||
Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it.
|
Apart from suggesting a particular item on your list, you should also inform your readers *why* it's on the list and how they will benefit from it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue