| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- name: Bug Report
- description: Create a report to help us improve
- title: "[Bug] "
- labels: ["Bug (unconfirmed)"]
- body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this bug report to help FreshRSS improve!
- - type: textarea
- id: description
- attributes:
- label: Describe the bug
- description: "A clear and concise description of what the bug is.\n\nIf applicable, add screenshots to help explain your problem."
- validations:
- required: true
- - type: textarea
- id: reproduce
- attributes:
- label: To Reproduce
- description: Steps to reproduce the behavior. (Screenshots could help to explain the steps.)
- placeholder: "1. Go to '…'\n2. Click on '…'\n3. Scroll down to '…'\n4. See error"
- value: "1. Go to '…'\n2. Click on '…'\n3. Scroll down to '…'\n4. See error"
- validations:
- required: true
- - type: textarea
- id: expected
- attributes:
- label: Expected behavior
- description: A clear and concise description of what you expected to happen.
- validations:
- required: false
- - type: input
- id: freshRSS
- attributes:
- label: FreshRSS version
- description: Which FreshRSS version is installed?
- placeholder: e.g. 1.23.1
- validations:
- required: true
- - type: textarea
- id: environment
- attributes:
- label: Environment information
- description: Please complete the following information
- value: "- Database version: [e.g. Mysql 5.7, SQLite]\n- PHP version: [e.g. PHP 8.1]\n- Installation type: [e.g. Docker, Docker image source, git, Yunohost]\n-Web server type: [e.g. Apache, nginx]\n- Device: [e.g. iPhone13]\n- OS: [e.g. Ubuntu 22.04, Win10, MacOS14]\n- Browser: [e.g. Firefox 124]"
- validations:
- required: true
- - type: textarea
- id: context
- attributes:
- label: Additional context
- description: Add any other context about the problem here.
- validations:
- required: false
|