From 581ee4ad7a559ae5d07623d2be0198813577f1dc Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Mon, 2 Nov 2020 10:47:37 +0100 Subject: [PATCH] Fix for issues templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e302748..8b8fd5b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug Report" about: Submit a bug report to help us improve Stable-Baselines3 labels: bug -title: [Bug] bug title +title: "[Bug] bug title" --- **Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d55c997..667b049 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "\U0001F680Feature Request" about: How to create an issue for requesting a feature labels: enhancement -title: [Feature Request] request title +title: "[Feature Request] request title" --- **Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index aeb8614..30fe1f9 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: ❓Question about: How to ask a question regarding Stable-Baselines3 labels: question -title: [Question] question title +title: "[Question] question title" --- **Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.