master
parent
e16fe95975
commit
952e0faaa6
|
@ -25,7 +25,6 @@ The original project's maintainers sometimes reject gitmoji submissions, despite
|
|||
|
||||
This project's website uses the same gitmoji list as the original, but also adds the following rejected gitmojis, with an *unofficial* badge.
|
||||
|
||||
- `:nerd_face:` `Improve developer experience` ([issue #214](https://github.com/carloscuesta/gitmoji/issues/214), unsolved)
|
||||
- `:fast_forward:` `Redo changes` ([issue #169](https://github.com/carloscuesta/gitmoji/issues/169), rejected)
|
||||
|
||||
Unofficial gitmoji submissions are welcome, provided that an existing submission has been rejected or left unsolved on
|
||||
|
|
|
@ -303,11 +303,6 @@
|
|||
.split('\n').filter(line => line.includes(':')).map(item => item.replace(/[\s',;]/g, '').split(':')),
|
||||
{ gitmojis } = await (await fetch('https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json')).json();
|
||||
gitmojis.push(...[
|
||||
{
|
||||
emoji: '🤓',
|
||||
code: ':nerd_face:',
|
||||
description: 'Improve developer experience.'
|
||||
},
|
||||
{
|
||||
emoji: '⏩',
|
||||
code: ':fast_forward:',
|
||||
|
|
Loading…
Reference in New Issue