|
@@ -0,0 +1,52 @@
|
|
|
+name: 🐞 Bug
|
|
|
+description: File a bug/issue
|
|
|
+labels: ["bug", "needs-triage"]
|
|
|
+body:
|
|
|
+- type: checkboxes
|
|
|
+ attributes:
|
|
|
+ label: Is there an existing issue for this?
|
|
|
+ description: Please search to see if an issue already exists for the bug you encountered.
|
|
|
+ options:
|
|
|
+ - label: I have searched the existing issues
|
|
|
+ required: true
|
|
|
+
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Current Behavior
|
|
|
+ description: A concise description of what you are experiencing.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Expected Behavior
|
|
|
+ description: A concise description of what you expected to happen.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Steps To Reproduce
|
|
|
+ description: Steps to reproduce the behavior.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Environment
|
|
|
+ description: |
|
|
|
+ examples:
|
|
|
+ - **OS**: Ubuntu 20.04
|
|
|
+ - **Watch**: Pebble Time (Snowy)
|
|
|
+ value: |
|
|
|
+ - **OS**:
|
|
|
+ - **Watch**:
|
|
|
+ render: markdown
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Anything else?
|
|
|
+ description: |
|
|
|
+ Links? References? Anything that will give us more context!
|