branch: externals/topspace commit dbcbf2c25a175e26dc722434ea53041a71e890ae Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7824..75c1ed0986 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,21 +1,13 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error + +*Example:* +1. Open Emacs +2. Run this exact combination of commands '....' +3. See error **Expected behavior** A clear and concise description of what you expected to happen. @@ -34,5 +26,11 @@ If applicable, add screenshots to help explain your problem. - Browser [e.g. stock browser, safari] - Version [e.g. 22] +### topspace version information + +### Emacs version + +*Example: 24.5* (use <kbd>C-h C-a</kbd> to see it) + **Additional context** Add any other context about the problem here.