File tree Expand file tree Collapse file tree 2 files changed +65
-0
lines changed Expand file tree Collapse file tree 2 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2025 NVIDIA CORPORATION
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ name : Bug Report
5+ description : Tell us about a problem you are experiencing with KAI Scheduler
6+ labels : ["bug"]
7+ body :
8+ - type : textarea
9+ id : problem
10+ attributes :
11+ label : What happened?
12+ description : |
13+ Please provide as much info as possible. Not doing so may result in your bug not being
14+ addressed in a timely manner.
15+ validations :
16+ required : true
17+ - type : textarea
18+ id : expected
19+ attributes :
20+ label : What did you expect to happen?
21+ validations :
22+ - type : textarea
23+ id : environment
24+ attributes :
25+ label : Environment
26+ value : |
27+ - Kubernetes version
28+ - KAI Scheduler version
29+ - Cloud provider or hardware configuration
30+ - Tools that you are using KAI together with
31+ - Anything else that is relevant
32+ validations :
33+ - type : markdown
34+ attributes :
35+ value : Impacted by this bug? Give it a 👍 below
Original file line number Diff line number Diff line change 1+ # Copyright 2025 NVIDIA CORPORATION
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ name : Enhancement
5+ description : Suggest an idea for KAI Scheduler
6+ labels : ["enhancement"]
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thanks for taking the time to fill out this KAI Scheduler feature request form!
12+ - type : textarea
13+ id : feature
14+ attributes :
15+ label : What you would like to be added?
16+ description : |
17+ A clear and concise description of what you want to add to KAI Scheduler.
18+ validations :
19+ required : true
20+ - type : textarea
21+ id : rationale
22+ attributes :
23+ label : Why is this needed?
24+ validations :
25+ required : true
26+ - type : markdown
27+ attributes :
28+ value : Love this feature? Give it a 👍 below
29+
30+
You can’t perform that action at this time.
0 commit comments