From 4c10cbc6d13c00f376cc21d154382632f578cecf Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Wed, 13 Mar 2024 12:55:09 -0700 Subject: [PATCH] Custom Component Request Template (#2853) Co-authored-by: Alek Petuskey --- .../custom_component_request.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom_component_request.md 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.