branch: elpa/org-superstar commit 54c81c27dde2a6dc461bb064e79a8b2089093a2e Author: D. Williams <d.willi...@posteo.net> Commit: GitHub <nore...@github.com>
Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 80067e3102..3cf137acb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,4 +7,10 @@ assignees: integral-dw --- -If your problem causes something visual (e.g. a bullet not showing/showing incorrectly), be sure to provide a screenshot and ideally the name of the font you are using. To inspect details about how Emacs presents a given character, navigate towards it and enter either `C-u C-x =` or `C-u M-x what-cursor-position`, which will provide us with plenty of information regarding how Emacs set up the affected character for display. __Be sure to delete this text before submission!__ +If your problem causes something visual (e.g. a bullet not showing/showing incorrectly), be sure to provide a screenshot and ideally the name of the font you are using. To inspect details about how Emacs presents a given character, navigate towards it and enter either `C-u C-x =` or `C-u M-x what-cursor-position`, which will provide us with plenty of information regarding how Emacs set up the affected character for display. + __Please also provide a minimum working example if possible. It generally helps to:__ + +1. Start from `emacs --no-init` +2. Possibly provide a minimum working example including a simplified version of your init that reproduces the issue. + + __Be sure to delete this text before submission!__