From 2ff5f735a0b14c065d8211773be6f5d1da0f63fc Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:07:22 +0200 Subject: [PATCH 1/9] Create documentation.md --- .github/ISSUE_TEMPLATE/documentation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000000..96555ad06aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,19 @@ +--- +name: Request a documentation change +about: Use this template to report documentation issue or request documentation changes +title: '' +labels: 'documentation' +assignees: '' +--- + +**Summary** +Include a short summary of the issue or request. Sections below provide +guidance on what factors are considered important for a documentation +issue. + +**URLs** +Include pointers to documents that are impacted. + +**Additional details** +Provide detailed description of the expected changes in documentation +and suggestions you have. From 0df30645037ab75941e893c6fbf83c36321f6625 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:09:32 +0200 Subject: [PATCH 2/9] Create RFC.md --- .github/ISSUE_TEMPLATE/RFC.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/RFC.md diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md new file mode 100644 index 00000000000..c29dc25ff26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -0,0 +1,20 @@ +--- +name: RFC for new interface +about: Use this template to request new functionality or change the behavior of the library +title: '' +labels: 'RFC' +assignees: '' +--- + +**Summary** +Include a short summary of the request. Sections below provide guidance on +what factors are considered important. + +**Problem statement** +Describe the problem you are trying to solve with a reasonable level of detail. + +**Details** +* The definition of the function including interface and semantics. How this +interface will be extendable for different hardware implementations. +* What existing libraries have implementation of this function and can be used +under oneDAL interface. From bf1a01cbc6cdf0099ea78af77bc5ec59505e01db Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:11:11 +0200 Subject: [PATCH 3/9] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..4c52336018c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Request a feature +about: Use this template to request new functionality or change the behavior of the library +title: '' +labels: 'new feature' +assignees: '' +--- + +**Summary** +Include a short summary of the request. + +See the sections below for factors important for a feature request. + +**Problem Statement** +Describe the problem you want to solve with a reasonable level of detail. + +**Preferred Solution** +Provide your ideas regarding problem solutions. From b81043bb666d9fdd4a6b47d730673994242aff00 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:11:57 +0200 Subject: [PATCH 4/9] Create question.md --- .github/ISSUE_TEMPLATE/question.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000000..debcc97b013 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,7 @@ +--- +name: Ask a question +about: Use this template for any questions +title: '' +labels: 'question' +assignees: '' +--- From 35c9991e67b822c5f2aad41b2d0f29ada2785482 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:12:37 +0200 Subject: [PATCH 5/9] Update RFC.md --- .github/ISSUE_TEMPLATE/RFC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md index c29dc25ff26..1a6440b89d1 100644 --- a/.github/ISSUE_TEMPLATE/RFC.md +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -14,7 +14,7 @@ what factors are considered important. Describe the problem you are trying to solve with a reasonable level of detail. **Details** -* The definition of the function including interface and semantics. How this +* The definition of the function including interface and semantics. Please include how this interface will be extendable for different hardware implementations. * What existing libraries have implementation of this function and can be used under oneDAL interface. From 61e49ee0fd6a031fd593725adec4e54241f5d9d6 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:13:48 +0200 Subject: [PATCH 6/9] Update documentation.md --- .github/ISSUE_TEMPLATE/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 96555ad06aa..093f63c4752 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -15,5 +15,5 @@ issue. Include pointers to documents that are impacted. **Additional details** -Provide detailed description of the expected changes in documentation -and suggestions you have. +Please provide a detailed description of the expected changes in documentation +and any suggestions that you may have. From ab2c0f3683f5b68b1213f51a79566818ee436a0a Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 18 Sep 2024 09:23:11 +0200 Subject: [PATCH 7/9] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61be9541082..21cc44a66c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ Describe what your are expecting from steps above If applicable, add output/screenshots to help explain your problem. **Environment:** - - OS: [e.g. Ubuntu 18.04] - - Compiler: [e.g. GCC9.2] - - Version: [e.g. 2019 Update 4] + - OS: [e.g. Ubuntu 22.04] + - Compiler: [e.g. GCC12.1] + - Version: [e.g. 2025 Update 1] From 4773f8db868f0faa071fd635365aa276f80ad116 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Thu, 19 Sep 2024 11:14:04 +0200 Subject: [PATCH 8/9] Delete .github/ISSUE_TEMPLATE/question.md --- .github/ISSUE_TEMPLATE/question.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index debcc97b013..00000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Ask a question -about: Use this template for any questions -title: '' -labels: 'question' -assignees: '' ---- From 90dacd81467fd1bc769acd89fa5ca6f80184f47b Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Thu, 19 Sep 2024 21:31:15 +0200 Subject: [PATCH 9/9] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Nikolay Petrov --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 21cc44a66c1..5691352fcb4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,4 +26,4 @@ If applicable, add output/screenshots to help explain your problem. **Environment:** - OS: [e.g. Ubuntu 22.04] - Compiler: [e.g. GCC12.1] - - Version: [e.g. 2025 Update 1] + - Version: [e.g. 2025.1]