1
0
Эх сурвалжийг харах

add template for enterprise, cloud and build issues (#4961)

Thomas Brandého 2 сар өмнө
parent
commit
8714e6f23d

+ 29 - 0
.github/ISSUE_TEMPLATE/build_issue.md

@@ -0,0 +1,29 @@
+---
+name: Build Issue
+about: Report an issue related to reflex.build
+title: '[BUILD] '  # This acts as a hint, but users can change it.
+labels: build
+assignees: ''
+---
+
+
+## Describe the issue
+Provide details about the issue.
+
+...
+
+## Expected behavior
+What should have happened?
+
+...
+
+## Steps to reproduce (if applicable)
+1. 
+2. 
+3. 
+
+## Environment
+- Reflex Version:
+- Python Version:
+- OS:
+- Browser: 

+ 28 - 0
.github/ISSUE_TEMPLATE/cloud_issue.md

@@ -0,0 +1,28 @@
+---
+name: Cloud Issue
+about: Report an issue related to Reflex Cloud
+title: '[CLOUD] '  # This acts as a hint, but users can change it.
+labels: cloud
+assignees: ''
+---
+
+## Describe the issue
+Provide details about the issue.
+
+...
+
+## Expected behavior
+What should have happened?
+
+...
+
+## Steps to reproduce (if applicable)
+1. 
+2. 
+3. 
+
+## Environment
+- Reflex Version:
+- Python Version:
+- OS:
+- Browser: 

+ 28 - 0
.github/ISSUE_TEMPLATE/enterprise_issue.md

@@ -0,0 +1,28 @@
+---
+name: Enterprise Issue
+about: Report an issue related to Reflex Enterprise
+title: '[ENTERPRISE] '  # This acts as a hint, but users can change it.
+labels: enterprise
+assignees: ''
+---
+
+## Describe the issue
+Provide details about the issue.
+
+...
+
+## Expected behavior
+What should have happened?
+
+...
+
+## Steps to reproduce (if applicable)
+1. 
+2. 
+3. 
+
+## Environment
+- Reflex Version:
+- Python Version:
+- OS:
+- Browser: