dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

bug_report.md (531B)


      1 ---
      2 title: 
      3 name: 🪳 Bug report
      4 about: Report a defect. Do not use this for support requests and feature suggestions.
      5 ---
      6 
      7 Please explain
      8     (1) what behavior you expected
      9     (2) what behavior you observed
     10     (3) and how we can reproduce the issue.
     11 
     12 You don't have to quote the above lines to do that.
     13 
     14 Please include a backtrace in your report.  In most cases doing:
     15 
     16     M-x toggle-debug-on-error RET
     17 
     18 and then going through the steps again should result in a backtrace.
     19 
     20 ---- now delete this line and everything above ----