You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If something isn't working as expected and you're sure your issue is reproducible, please file this type of issue!
3
+
title: "[Bug]: "
4
+
labels: ["bug"]
5
+
body:
6
+
# Version number
7
+
- type: input
8
+
id: version
9
+
attributes:
10
+
label: ArchiveWeb.page Version
11
+
description: "This can be found on the app home page under \"About\""
12
+
placeholder: "v0.11.3"
13
+
validations:
14
+
required: true
15
+
# What did the user expect to happen? What was the actual behavior?
16
+
- type: textarea
17
+
attributes:
18
+
label: What did you expect to happen? What happened instead?
19
+
description: |
20
+
"I was trying to archive a page however..."
21
+
22
+
Please submit any screenshots/videos that can be used to understand how to reproduce the issue. You can attach images by clicking this area to highlight it and then dragging files into the browser window.
23
+
24
+
If something wasn't captured in the way you expect please include a link to the archived item if possible.
25
+
validations:
26
+
required: true
27
+
# Step-by-step reproduction instructions
28
+
- type: textarea
29
+
attributes:
30
+
label: Step-by-step reproduction instructions
31
+
placeholder: |
32
+
1. Navigate to...
33
+
2. Click on...
34
+
3. See error...
35
+
validations:
36
+
required: true
37
+
# Additional details
38
+
- type: textarea
39
+
attributes:
40
+
label: Additional details
41
+
description: Add any other relevant information here.
0 commit comments