KaKi87 2022-01-09 08:50:02 +01:00
parent e16fe95975
commit 952e0faaa6
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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:',