diff --git a/.github/ISSUE_TEMPLATE/custom_component_request.md b/.github/ISSUE_TEMPLATE/custom_component_request.md new file mode 100644 index 000000000..8a779406d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom_component_request.md @@ -0,0 +1,23 @@ +--- +name: Custom Component Request +about: Suggest a new custom component for Reflex +title: '' +labels: 'custom component request' +assignees: '' + +--- + +**Describe the Custom Component** +A clear and concise description of what the custom component does. + +- What is the purpose of the custom component? + +- What is the expected behavior of the custom component? + +- What are the use cases for the custom component? + +**Specifics (please complete the following information):** + - Do you have a specific react package in mind? (Optional): + +**Additional context** +Add any other context about the custom component here.