|
@@ -0,0 +1,59 @@
|
|
|
|
|
+name: Bug Report
|
|
|
|
|
+description: Create a bug report
|
|
|
|
|
+labels: [Bug]
|
|
|
|
|
+
|
|
|
|
|
+body:
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Describe the bug
|
|
|
|
|
+ description: A clear and concise description of what the bug is
|
|
|
|
|
+ validations:
|
|
|
|
|
+ required: true
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: To Reproduce
|
|
|
|
|
+ description: Steps to reproduce the behaviour
|
|
|
|
|
+ placeholder: |
|
|
|
|
|
+ - 1. Go to '...'
|
|
|
|
|
+ - 2. Click on '....'
|
|
|
|
|
+ - 3. Scroll down to '....'
|
|
|
|
|
+ - 4. See error
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Expected behavior
|
|
|
|
|
+ description: A clear and concise description of what you expected to happen.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Screenshots
|
|
|
|
|
+ description: If applicable, add screenshots to help explain your problem.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Logs
|
|
|
|
|
+ description: If applicable, add crash or any other logs to help us figure out the problem.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Device info
|
|
|
|
|
+ value: |
|
|
|
|
|
+ - Device:
|
|
|
|
|
+ - OS Version:
|
|
|
|
|
+ - KernelSU Version:
|
|
|
|
|
+ - Kernel Version:
|
|
|
|
|
+ - SUSFS Version:
|
|
|
|
|
+ validations:
|
|
|
|
|
+ required: true
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ - type: textarea
|
|
|
|
|
+ attributes:
|
|
|
|
|
+ label: Additional context
|
|
|
|
|
+ description: Add any other context about the problem here.
|