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: Request for contributing to the repository
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
Thank you for your interest in contributing to our project! To proceed with your contribution request, please fill out the details below. This will help us better understand your proposal and provide you with the necessary guidance.
8
+
9
+
---
10
+
- type: input
11
+
id: contact-email
12
+
attributes:
13
+
label: Contact Email
14
+
description: Your email address for us to reach out, if needed.
15
+
placeholder: "you@example.com"
16
+
validations:
17
+
required: false
18
+
- type: dropdown
19
+
id: contribution-type
20
+
attributes:
21
+
label: Type of Contribution
22
+
options:
23
+
- Bug Fix
24
+
- Feature Request
25
+
- Documentation Improvement
26
+
- Code Enhancement
27
+
- Other
28
+
validations:
29
+
required: true
30
+
- type: dropdown
31
+
id: product
32
+
attributes:
33
+
label: Product
34
+
description: Select the product for which you want to make a contribution.
35
+
options:
36
+
- SuiteCloud CLI
37
+
- SuiteCloud Extension for VSCode
38
+
- SuiteCloud Unit Testing
39
+
- Other
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
id: contribution-description
44
+
attributes:
45
+
label: Contribution Description
46
+
description: Please describe the contribution you would like to make.
47
+
placeholder: "Describe your idea or proposal in detail."
48
+
validations:
49
+
required: true
50
+
- type: input
51
+
id: prerequisites-acknowledgment
52
+
attributes:
53
+
label: Prerequisites
54
+
description: |
55
+
Please confirm that you have reviewed our contributing guidelines and registered in the Oracle system for contributions.
56
+
placeholder: "Yes, I have completed the prerequisites."
57
+
validations:
58
+
required: true
59
+
- type: textarea
60
+
id: additional-information
61
+
attributes:
62
+
label: Additional Information
63
+
description: |
64
+
Any additional information or context you'd like to share regarding your contribution request. You can also include links to relevant resources or documentation.
0 commit comments