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.