|
@@ -0,0 +1,90 @@
|
|
|
+name: 🐞 Bug report
|
|
|
+title: "[Bug]: "
|
|
|
+labels: ["bug", "triage"]
|
|
|
+description: Report an issue with the Pixelfed app here
|
|
|
+body:
|
|
|
+ - type: markdown
|
|
|
+ attributes:
|
|
|
+ value: |
|
|
|
+ Thanks for taking the time to fill out this bug report!
|
|
|
+
|
|
|
+ Before you proceed:
|
|
|
+
|
|
|
+ - Make sure to check whether there are similar issues in the repository
|
|
|
+ - Make sure you're using the latest version of the app
|
|
|
+
|
|
|
+ - type: markdown
|
|
|
+ attributes:
|
|
|
+ value: |
|
|
|
+ ## Required information
|
|
|
+ - type: textarea
|
|
|
+ id: description
|
|
|
+ attributes:
|
|
|
+ label: Description
|
|
|
+ description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if possible. Tell us what were you expecting to happen instead of what is happening now.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - type: textarea
|
|
|
+ id: steps-to-reproduce
|
|
|
+ attributes:
|
|
|
+ label: Steps to reproduce
|
|
|
+ description: Provide a detailed list of steps that reproduce the issue.
|
|
|
+ placeholder: |
|
|
|
+ 1.
|
|
|
+ 2.
|
|
|
+ 3.
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - type: input
|
|
|
+ id: pixelfed-version
|
|
|
+ attributes:
|
|
|
+ label: Pixelfed version
|
|
|
+ description: What version of Pixelfed are you using?
|
|
|
+ placeholder: ex. 1.2.3
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - type: dropdown
|
|
|
+ id: platforms
|
|
|
+ attributes:
|
|
|
+ label: Platforms
|
|
|
+ description: On what platform is your application running on?
|
|
|
+ multiple: true
|
|
|
+ options:
|
|
|
+ - Android
|
|
|
+ - iOS
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - type: markdown
|
|
|
+ attributes:
|
|
|
+ value: |
|
|
|
+ ## Additonal information
|
|
|
+
|
|
|
+ Providing as much information as possible greatly helps us with reproducting the issues.
|
|
|
+
|
|
|
+ - type: input
|
|
|
+ id: device-model
|
|
|
+ attributes:
|
|
|
+ label: Device model
|
|
|
+ description: What device you are experiencing this problem on? Specify full device name along with the version of the operating system it's running.
|
|
|
+ placeholder: ex. Samsung Galaxy A22 (Android 12)
|
|
|
+
|
|
|
+ - type: textarea
|
|
|
+ id: other-info
|
|
|
+ attributes:
|
|
|
+ label: Other information
|
|
|
+ description: If there are any other things we should know, please provide them here.
|
|
|
+
|
|
|
+ - type: dropdown
|
|
|
+ id: acknowledgements
|
|
|
+ attributes:
|
|
|
+ label: Acknowledgements
|
|
|
+ description: I searched for similar issues in the repository.
|
|
|
+ options:
|
|
|
+ - 'Yes'
|
|
|
+ validations:
|
|
|
+ required: true
|
|
|
+
|