From 864a493533c8246b75e0f86fc5f52fe52052c995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felici=C3=A1n=20N=C3=A9meth?= Date: Fri, 18 Oct 2019 11:03:53 +0200 Subject: [PATCH] Close #323: add a simple github issue template Hopefully, this template leads towards fewer back-and-forth communication, detailed bug reports, and easier maintainership. * .github/ISSUE_TEMPLATE/bug_report.md: New file. --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..42b20a2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve Eglot +title: '' +labels: '' +assignees: '' + +--- + +Before submitting an issue, please, read our guidelines +on reporting bugs here: +https://github.com/joaotavora/eglot#reporting-bugs