b8a22e6ebd
* Create CONTRIBUTING.md Adding ROCm needed files for Open source development. * Create CODEOWNERS * Adding issue templates * Addressing review comments --------- Co-authored-by: Ammar ELWazir <aelwazir@hpe6u-21.amd.com> Co-authored-by: gobhardw <gopesh.bhardwaj@amd.com>
33 строки
932 B
YAML
33 строки
932 B
YAML
name: Feature Suggestion
|
|
description: Suggest an additional functionality, or new way of handling an existing functionality.
|
|
title: "[Feature]: "
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to make a suggestion!
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Suggestion Description
|
|
description: Describe your suggestion.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Operating System
|
|
description: (Optional) If this is for a specific OS, you can mention it here.
|
|
placeholder: "e.g. Ubuntu"
|
|
- type: input
|
|
attributes:
|
|
label: GPU
|
|
description: (Optional) If this is for a specific GPU or GPU family, you can mention it here.
|
|
placeholder: "e.g. MI200"
|
|
- type: input
|
|
attributes:
|
|
label: ROCm Component
|
|
description: (Optional) If this issue relates to a specific ROCm component, it can be mentioned here.
|
|
placeholder: "e.g. rocBLAS"
|
|
|