diff --git a/.github/ISSUE_TEMPLATE/1_ask-a-question.md b/.github/ISSUE_TEMPLATE/1_ask-a-question.md index faf09440917..13bc4ef37a5 100644 --- a/.github/ISSUE_TEMPLATE/1_ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/1_ask-a-question.md @@ -1,9 +1,9 @@ --- -name: Ask a question -about: Use this template for everything that is not a bug or feature request -title: '' -labels: help wanted, question -assignees: '' +Name: Ask a question +About: Use this template for everything that is not a bug or feature request +Title: '' +Labels: help wanted, question +Assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md b/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md index 0beae7b50b6..1c22176c11a 100644 --- a/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md +++ b/.github/ISSUE_TEMPLATE/2_bug-or-performance-issue-report.md @@ -1,9 +1,9 @@ --- -name: Bug or performance issue report -about: Create a report to help us improve oneDPL -title: '' -labels: bug -assignees: '' +Name: Bug or performance issue report +About: Create a report to help us improve oneDPL +Title: '' +Labels: bug +Assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/3_feature_request.md b/.github/ISSUE_TEMPLATE/3_feature_request.md index 373c9a4839b..6ae07730199 100644 --- a/.github/ISSUE_TEMPLATE/3_feature_request.md +++ b/.github/ISSUE_TEMPLATE/3_feature_request.md @@ -1,9 +1,9 @@ --- -name: Feature request -about: Suggest an idea for oneDPL -title: '' -labels: feature_request -assignees: '' +Name: Feature request +About: Suggest an idea for oneDPL +Title: '' +Labels: feature_request +Assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/4_documentation_change.md b/.github/ISSUE_TEMPLATE/4_documentation_change.md index cdc38c459aa..19bce3fc0ab 100644 --- a/.github/ISSUE_TEMPLATE/4_documentation_change.md +++ b/.github/ISSUE_TEMPLATE/4_documentation_change.md @@ -1,9 +1,9 @@ --- -name: Documentation change request -about: Report documentation issue or request documentation changes -title: '' -labels: documentation -assignees: '' +Name: Documentation change request +About: Report documentation issue or request documentation changes +Title: '' +Labels: documentation +Assignees: '' ---