servarr-stack – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Based on the issue template
2 name: Bug report
3 description: Create a report to help us improve
4 title: "[BUG] <title>"
5 labels: [Bug]
6 body:
7 - type: checkboxes
8 attributes:
9 label: Is there an existing issue for this?
10 description: Please search to see if an issue already exists for the bug you encountered.
11 options:
12 - label: I have searched the existing issues
13 required: true
14 - type: textarea
15 attributes:
16 label: Current Behavior
17 description: Tell us what happens instead of the expected behavior.
18 validations:
19 required: true
20 - type: textarea
21 attributes:
22 label: Expected Behavior
23 description: Tell us what should happen.
24 validations:
25 required: false
26 - type: textarea
27 attributes:
28 label: Steps To Reproduce
29 description: Steps to reproduce the behavior.
30 placeholder: |
31 1. In this environment...
32 2. With this config...
33 3. Run '...'
34 4. See error...
35 validations:
36 required: true
37 - type: textarea
38 attributes:
39 label: Environment
40 description: |
41 examples:
42 - **OS**: Ubuntu 20.04
43 - **How docker service was installed**: distro's packagemanager
44 value: |
45 - OS:
46 - How docker service was installed:
47 render: markdown
48 validations:
49 required: false
50 - type: dropdown
51 attributes:
52 label: CPU architecture
53 options:
54 - x86-64
55 - arm64
56 validations:
57 required: true
58 - type: textarea
59 attributes:
60 label: Docker creation
61 description: |
62 Command used to create docker container
63 Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
64 render: bash
65 validations:
66 required: true
67 - type: textarea
68 attributes:
69 description: |
70 Provide a full docker log, output of "docker logs readarr"
71 label: Container logs
72 placeholder: |
73 Output of `docker logs readarr`
74 render: bash
75 validations:
76 required: true