diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 58ced71..16724fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,39 @@ --- name: 🐛 Bug report about: Create a report to help us improve 🤔. -labels: bug +labels: [bug] +title: '' +assignees: '' --- -### Steps to reproduce the problem +### System information + +- Device: +- OS: +- Python version: +- Prototype version: + ### What is the current behavior? + + + ### What is the expected behavior? + + + +### Steps to reproduce the problem + + + + +### Additional context + + + +### Suggestions + diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index e5bc9ee..82c5bff 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,11 +1,13 @@ --- name: 💅 Enhancement request about: Suggest an improvement for this project 🆒! -labels: 'type: enhancement' +labels: [enhancement] +title: '' +assignees: '' --- ### What is the expected enhancement? - + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cd5e94b..dc69236 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,11 +1,13 @@ --- name: 🚀 Feature request about: Suggest an idea for this project 💡! -labels: 'type: feature request' +labels: [feature] +title: '' +assignees: '' --- ### What is the expected behavior? - +