|
@@ -0,0 +1,47 @@
|
|
|
|
+---
|
|
|
|
+name: Bug report
|
|
|
|
+about: Bug reports help improve the product quality.
|
|
|
|
+title: BUG-
|
|
|
|
+labels: "\U0001F4A5Malfunction"
|
|
|
|
+assignees: ''
|
|
|
|
+
|
|
|
|
+---
|
|
|
|
+
|
|
|
|
+**Description**
|
|
|
|
+A complete and clear description of the problem.
|
|
|
|
+
|
|
|
|
+**How to reproduce**
|
|
|
|
+
|
|
|
|
+- A code fragment
|
|
|
|
+ ```
|
|
|
|
+ from taipy import ...
|
|
|
|
+ ```
|
|
|
|
+
|
|
|
|
+- And/or configuration files or code:
|
|
|
|
+ ```
|
|
|
|
+ from taipy import Config;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ Config.configure_data_node(...)
|
|
|
|
+ ...
|
|
|
|
+ ```
|
|
|
|
+
|
|
|
|
+- And/or Taipy GUI Markdown or HTML files
|
|
|
|
+
|
|
|
|
+**Expected behavior**
|
|
|
|
+Description of what would be the expected outcome.
|
|
|
|
+
|
|
|
|
+**Screenshots**
|
|
|
|
+When available and relevant, screenshots to better highlight the problem.
|
|
|
|
+
|
|
|
|
+**Runtime environment**
|
|
|
|
+Please specify relevant indications.
|
|
|
|
+ - Taipy version (or branch name):
|
|
|
|
+ - OS: [e.g. Linux, Windows] and version
|
|
|
|
+ - Browser: [e.g. Chrome, Edge, Safari] and version (if relevant)
|
|
|
|
+and any other relevant information.
|
|
|
|
+
|
|
|
|
+**Acceptance Criteria**
|
|
|
|
+- [ ] Ensure new code is unit tested, and check code coverage is at least 90%
|
|
|
|
+- [ ] Create related issue in taipy-doc for documentation and Release Notes if relevant
|
|
|
|
+
|