From 1c8577b10739c8bad30b8fe69efb01fcf47a67f0 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 13 Nov 2018 18:45:57 +0100 Subject: [PATCH] Update issue templates (#25912) * Update issue templates To perhaps make it clearer that https://discuss.akka.io is the place for questions? * Remove top-level template in favour of multiple templates * Remove unintentional hyphens, reword feature request template --- .../---bug-report.md} | 12 ++++++++---- .github/ISSUE_TEMPLATE/---feature-request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/--question.md | 7 +++++++ 3 files changed, 32 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/---bug-report.md} (55%) create mode 100644 .github/ISSUE_TEMPLATE/---feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/--question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/---bug-report.md similarity index 55% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/---bug-report.md index ce7f42d4cd..b102020770 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -1,9 +1,13 @@ - diff --git a/.github/ISSUE_TEMPLATE/--question.md b/.github/ISSUE_TEMPLATE/--question.md new file mode 100644 index 0000000000..8799ed0859 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--question.md @@ -0,0 +1,7 @@ +--- +name: "❓ Question" +about: Please use https://discuss.akka.io for questions + +--- + +Please use https://discuss.akka.io for questions instead of posting them to the issue tracker.