From 1e1281022bbc46d2517c61a60eafb525383cfd36 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Tue, 10 Mar 2020 18:16:53 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..df35e6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: A problem encountered using clangd +title: '' +labels: '' +assignees: '' + +--- + +Please describe the problem. +For hints on what information is helpful, see: https://clangd.github.io/troubleshooting.html + +If you can, provide a minimal chunk of code that shows the problem (either inline, or attach it if larger). + +**Logs** +Please attach the clangd stderr log if you can. (Usually available from the editor) +If possible, run with `--log=verbose` - note that the logs will include the contents of open files! +If this is a crash, try to put `llvm-symbolizer` on your PATH per the troubleshooting instructions. + +**System information** +Output of `clangd --version`: +Editor/LSP plugin: +Operating system: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..da3c378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for clangd +title: '' +labels: enhancement +assignees: '' + +--- + +