-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[enhancement] Add new issue templates (#2903)
* Create documentation.md * Create RFC.md * Create feature_request.md * Create question.md * Update RFC.md * Update documentation.md * Update bug_report.md * Delete .github/ISSUE_TEMPLATE/question.md * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Nikolay Petrov <[email protected]> --------- Co-authored-by: Nikolay Petrov <[email protected]>
- Loading branch information
Showing
4 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |