Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| - mobile | |
| max-width: 800px - 1 | |
| - mobile-small | |
| max-width: 320px | |
| - desktop | |
| min-width: 800px | |
| - desktop-tiny |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| // http://rubular.com/r/twBPG8HQgP | |
| regex = /\S+[a-z0-9]@[a-z0-9\.]+/img | |
| "hello [email protected] how are you? do you know [email protected]?".match(regex) | |
| // ["[email protected]", "[email protected]"] |