Fix for issues templates

This commit is contained in:
Antonin RAFFIN 2020-11-02 10:47:37 +01:00
parent 4a022dacd8
commit 581ee4ad7a
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.