diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md new file mode 100644 index 00000000000..1a6440b89d1 --- /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. 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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61be9541082..5691352fcb4 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.1] diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000000..093f63c4752 --- /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** +Please provide a detailed description of the expected changes in documentation +and any suggestions that you may have. 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.