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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
4
title: ''
5
-
labels: ''
5
+
labels: bug
6
6
assignees: ''
7
7
8
8
---
@@ -26,5 +26,5 @@ Provide all necessary steps to reproduce the bug.
26
26
27
27
**Keywords help others to find this issue:**
28
28
29
-
⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.
29
+
⚠️ Search for existing open/closed issues/discussions before you report the issue.
30
30
⚠️ If you do not provide enough information to reproduce your bug. We won't be able to work on the issue. In most cases just providing a fraction of your code is not enough!
about: Ask questions about the API and integration
4
+
title: ''
5
+
labels: question
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
**Describe your problem/question**
11
+
A complete but concise description of your problem and how you are trying to fix it and where you are struggling.
12
+
13
+
**Make it reproduce-able**
14
+
If your problem is with code or the expected answer should include code provide a live code example using https://jsbin.com/ or https://codesandbox.io/.
15
+
16
+
**Add tags/keywords**
17
+
Make sure others can find your problem.
18
+
19
+
⚠️ Search for existing open/closed issues/discussions before you ask your question.
20
+
⚠️ I work on my spare time on helping users out. This means make it easy for me to simply see your live problem and help to fix it. If I have to generate a site to reproduce your problem myself I probably won't help you.
0 commit comments