mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-06 00:03:28 +00:00
Fix for issues templates
This commit is contained in:
parent
4a022dacd8
commit
581ee4ad7a
3 changed files with 3 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue