diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index fbefe1e8a..4beb813c6 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -44,3 +44,13 @@ body: attributes: label: "Which specific objects would you integrate with?" description: "(example: Deals and Contacts from CRMs)" + - type: dropdown + attributes: + label: Do you anticipate to mostly read, or write data? + multiple: true + options: + - Read mostly + - Write mostly + - Read and write + validations: + required: true \ No newline at end of file