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.