You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Feature and enhancement proposals in oci-mlflow library
3
+
title: "[FR]: "
4
+
labels: [Task, Backlog]
5
+
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Before proceeding, please review the [Contributing to this repository](https://github.com/oracle/oci-mlflow/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/oracle/.github/blob/main/CODE_OF_CONDUCT.md).
11
+
12
+
---
13
+
14
+
Thank you for submitting a feature request.
15
+
- type: dropdown
16
+
id: contribution
17
+
attributes:
18
+
label: Willingness to contribute
19
+
description: Would you or another member of your organization be willing to contribute an implementation of this feature?
20
+
options:
21
+
- Yes. I can contribute this feature independently.
22
+
- Yes. I would be willing to contribute this feature with guidance from the oci-mlflow team.
23
+
- No. I cannot contribute this feature at this time.
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: Proposal Summary
29
+
description: |
30
+
In a few sentences, provide a clear, high-level description of the feature request
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Motivation
36
+
description: |
37
+
- What is the use case for this feature?
38
+
- Why is this use case valuable to support for OCI DataScience users in general?
39
+
- Why is this use case valuable to support for your project(s) or organization?
40
+
- Why is it currently difficult to achieve this use case?
41
+
value: |
42
+
> #### What is the use case for this feature?
43
+
44
+
> #### Why is this use case valuable to support for OCI DataScience users in general?
45
+
46
+
> #### Why is this use case valuable to support for your project(s) or organization?
47
+
48
+
> #### Why is it currently difficult to achieve this use case?
49
+
validations:
50
+
required: true
51
+
- type: textarea
52
+
attributes:
53
+
label: Details
54
+
description: |
55
+
Use this section to include any additional information about the feature. If you have a proposal for how to implement this feature, please include it here. For implementation guidelines, please refer to the [Contributing to this repository](https://github.com/oracle/oci-mlflow/blob/main/CONTRIBUTING.md).
0 commit comments