From 243c51d24d587b0c4153808c5f149d737032aef6 Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Thu, 25 Mar 2021 09:23:17 +0100 Subject: [PATCH] Use issue template to point people to the list We often see Issues being used while they maybe should not. Introducing an issue template might help avoid confusion and inviting contributors to the list without disabling Issues. Signed-off-by: Henning Schild Signed-off-by: Jan Kiszka --- .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..1d43b8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: The best way to contribute is via email to kas-devel@googlegroups.com +about: Check out CONTRIBUTING.md for details +title: '' +labels: '' +assignees: '' + +--- + +This project uses a mailing list workflow for contributions. Using Issues is allowed but discouraged. Remove this line if you want to open an Issue anyways.