diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 22cc606..5b8b2aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,18 +1,17 @@ --- -name: Bug report -about: Use this template to report a bug in the current API. Do not use this template for - new feature requests or anything else. -title: "[BUG] " +name: Bug report / change request +about: Use this template to report a bug in the current API or is your want to see a small change. Do not use this template for new features or anything else. +title: "[BUG] or [CHANGE REQUEST] " labels: '' assignees: '' --- ## API Version - + ## Summary - + ## Expected Behavior @@ -26,6 +25,7 @@ assignees: '' ## Steps to Reproduce + 1. 2. 3. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ae47eec..e7ae8bd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest a new feature for the TOMP-API. Do not use this template for bug reports, only for new aspects! +about: Suggest a new feature for the TOMP-API. Do not use this template for bug reports, only for new aspects! If you want to change existing functionality, please use a bug report / change request. title: "[FEATURE REQUEST] " labels: '' assignees: '' @@ -8,22 +8,22 @@ assignees: '' --- ## Is your feature request related to a problem? Please describe. - + ## Urgency - - - - + + + + ## Additional context - + ## Describe the solution you'd like - + ## Describe alternatives you've considered - + ## Possible Implementation - \ No newline at end of file + \ No newline at end of file