|
| 1 | +name: Contribution Request |
| 2 | +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: contributor-name |
| 12 | + attributes: |
| 13 | + label: Contributor Name |
| 14 | + description: Please provide your full name or the name you would like us to use. |
| 15 | + placeholder: "Your Name" |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: input |
| 19 | + id: contact-email |
| 20 | + attributes: |
| 21 | + label: Contact Email |
| 22 | + description: Your email address for us to reach out, if needed. |
| 23 | + placeholder: "you@example.com" |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: dropdown |
| 27 | + id: contribution-type |
| 28 | + attributes: |
| 29 | + label: Type of Contribution |
| 30 | + options: |
| 31 | + - Bug Fix |
| 32 | + - Feature Request |
| 33 | + - Documentation Improvement |
| 34 | + - Code Enhancement |
| 35 | + - Other |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: dropdown |
| 39 | + id: product |
| 40 | + attributes: |
| 41 | + label: Product |
| 42 | + description: Select the product for which you want to make a contribution. |
| 43 | + options: |
| 44 | + - SuiteCloud CLI |
| 45 | + - SuiteCloud Extension for VSCode |
| 46 | + - SuiteCloud Unit Testing |
| 47 | + - Other |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + - type: textarea |
| 51 | + id: contribution-description |
| 52 | + attributes: |
| 53 | + label: Contribution Description |
| 54 | + description: Please describe the contribution you would like to make. |
| 55 | + placeholder: "Describe your idea or proposal in detail." |
| 56 | + validations: |
| 57 | + required: true |
| 58 | + - type: input |
| 59 | + id: prerequisites-acknowledgment |
| 60 | + attributes: |
| 61 | + label: Prerequisites |
| 62 | + description: | |
| 63 | + Please confirm that you have reviewed our contributing guidelines and registered in the Oracle system for contributions. |
| 64 | + placeholder: "Yes, I have completed the prerequisites." |
| 65 | + validations: |
| 66 | + required: true |
| 67 | + - type: textarea |
| 68 | + id: additional-information |
| 69 | + attributes: |
| 70 | + label: Additional Information |
| 71 | + description: | |
| 72 | + Any additional information or context you'd like to share regarding your contribution request. You can also include links to relevant resources or documentation. |
| 73 | + validations: |
| 74 | + required: false |
0 commit comments