Add emojis to the Issue Template

This commit is contained in:
Diego Berrocal 2016-05-26 15:41:07 -04:00 committed by syl20bnr
parent ac104d2739
commit 0749c61add
2 changed files with 7 additions and 7 deletions

View File

@ -191,7 +191,7 @@ defer call using `spacemacs-post-user-config-hook'."
(defun spacemacs//describe-system-info-string ()
"Gathers info about your Spacemacs setup and returns it as a string."
(format
(concat "#### System Info\n"
(concat "#### System Info :computer:\n"
"- OS: %s\n"
"- Emacs: %s\n"
"- Spacemacs: %s\n"
@ -240,7 +240,7 @@ defer call using `spacemacs-post-user-config-hook'."
(set-fill-column 60)
(insert (mapconcat 'identity keys " "))
(fill-region (point-min) (point-max))
(format "#### Emacs last keys\n```text\n%s\n```\n" (buffer-string))))))
(format "#### Emacs last keys :musical_keyboard: \n```text\n%s\n```\n" (buffer-string))))))
(defun spacemacs/describe-last-keys ()
"Gathers info about your Emacs last keys and copies to clipboard."

View File

@ -1,21 +1,21 @@
<<REPLACE ALL UPPERCASE EXPRESSIONS AND DELETE THIS LINE, `C-C C-C` TO SUBMIT>>
#### Description
#### Description :octocat:
<<DESCRIPTION OF THE PROBLEM>>
#### Reproduction guide
#### Reproduction guide :beetle:
- Start Emacs
- <<REPRODUCTION STEPS>>
*Observed behaviour:*
*Observed behaviour:* :eyes:
<<DESCRIPTION OF THE OBSERVED BEHAVIOUR>>
*Expected behaviour:*
*Expected behaviour:* :broken_heart:
<<DESCRIPTION OF THE EXPECTED BEHAVIOUR>>
(%LAST_KEYS%)
%SYSTEM_INFO%
#### Backtrace
#### Backtrace :paw_prints:
```
%BACKTRACE%
```