From 2f7f4d8b9d6cd504993e2c2ffe03fde5551f3387 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Mon, 25 May 2020 09:39:20 +0200 Subject: [PATCH] Created Issue templates (markdown) --- Issue-templates.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Issue-templates.md diff --git a/Issue-templates.md b/Issue-templates.md new file mode 100644 index 0000000..127fbff --- /dev/null +++ b/Issue-templates.md @@ -0,0 +1,9 @@ +--- +## Not a bug/feature +``` +This doesn't seem to be a bug report or feature request. + +The issue tracker can't be a discussion forum, as this makes it harder to track work on the project. +General discussion belongs on the [LLVM discourse forum](https://llvm.discourse.group/c/llvm-project/clangd). +``` +--- \ No newline at end of file