branch: elpa/clojure-mode commit b766094aea28bdc7b44ce1960d96434fe7d1d9cf Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Update the bug report template --- .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 88% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 421e86839f..dcf8bb8e28 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,9 @@ +--- +name: Bug Report +about: Report an issue with clojure-mode you've discovered. +labels: [bug] +--- + *Use the template below when reporting bugs. Please, make sure that you're running the latest stable clojure-mode and that the problem you're reporting hasn't been reported (and potentially fixed) already.*