diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index 457ab0788..90b87f84c 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -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." diff --git a/core/templates/REPORTING.template b/core/templates/REPORTING.template index aca771c0a..5bef1816f 100644 --- a/core/templates/REPORTING.template +++ b/core/templates/REPORTING.template @@ -1,21 +1,21 @@ <> -#### Description +#### Description :octocat: <> -#### Reproduction guide +#### Reproduction guide :beetle: - Start Emacs - <> -*Observed behaviour:* +*Observed behaviour:* :eyes: <> -*Expected behaviour:* +*Expected behaviour:* :broken_heart: <> (%LAST_KEYS%) %SYSTEM_INFO% -#### Backtrace +#### Backtrace :paw_prints: ``` %BACKTRACE% ```