Skip to content

Commit 31dfd7a

Browse files
authored
Add feature request template -> Main (#131)
1 parent b896b39 commit 31dfd7a

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Feature Request
2+
description: Feature and enhancement proposals in oracle-ads library
3+
title: "[FR]: "
4+
labels: [Task, Backlog]
5+
assignees:
6+
- octocat
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Before proceeding, please review the [Contributing to this repository](https://github.com/oracle/accelerated-data-science/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/oracle/.github/blob/main/CODE_OF_CONDUCT.md).
12+
13+
---
14+
15+
Thank you for submitting a feature request.
16+
- type: dropdown
17+
id: contribution
18+
attributes:
19+
label: Willingness to contribute
20+
description: Would you or another member of your organization be willing to contribute an implementation of this feature?
21+
options:
22+
- Yes. I can contribute this feature independently.
23+
- Yes. I would be willing to contribute this feature with guidance from the oracle-ads team.
24+
- No. I cannot contribute this feature at this time.
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Proposal Summary
30+
description: |
31+
In a few sentences, provide a clear, high-level description of the feature request
32+
validations:
33+
required: true
34+
- type: textarea
35+
attributes:
36+
label: Motivation
37+
description: |
38+
- What is the use case for this feature?
39+
- Why is this use case valuable to support for OCI DataScience users in general?
40+
- Why is this use case valuable to support for your project(s) or organization?
41+
- Why is it currently difficult to achieve this use case?
42+
value: |
43+
> #### What is the use case for this feature?
44+
45+
> #### Why is this use case valuable to support for OCI DataScience users in general?
46+
47+
> #### Why is this use case valuable to support for your project(s) or organization?
48+
49+
> #### Why is it currently difficult to achieve this use case?
50+
validations:
51+
required: true
52+
- type: textarea
53+
attributes:
54+
label: Details
55+
description: |
56+
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/accelerated-data-science/blob/main/CONTRIBUTING.md).
57+
validations:
58+
required: false

0 commit comments

Comments
 (0)