Skip to content

Commit 916afff

Browse files
committed
Merge branch 'gh-pages' of https://github.com/aFarkas/lazysizes into gh-pages
2 parents fbf2f66 + 94d7638 commit 916afff

File tree

4 files changed

+61
-4
lines changed

4 files changed

+61
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: bug
66
assignees: ''
77

88
---
@@ -14,12 +14,17 @@ A short, clear and concise description of what the bug is.
1414
Provide a url where the bug can be reproduced. (Use for example: [jsbin](https://jsbin.com), [codepen](https://codepen.io), [jsfiddle.net](https://jsfiddle.net) or [codesandbox.io](https://codesandbox.io)
1515

1616
**Steps to reproduce the behavior:**
17-
Provide all necessary steps to reproduce the bug.
17+
Provide all necessary steps to reproduce the bug.
1818

19-
**What is the expected behavior**
19+
**What is the expected behavior:**
2020

2121

22-
**What happened instead**
22+
**What happened instead:**
2323

2424

2525
**In what environment (browser/device etc.) does this bug happen/not happen:**
26+
27+
**Keywords help others to find this issue:**
28+
29+
⚠️ Search for existing open/closed issues/discussions before you report the issue.
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!
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
21+
22+
⚠️ Consider that most features can be solved by the simple plugin architecture and that most features doesn't need to be added to the core.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other issues
3+
about: If the other templates don't fit...
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
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

Comments
 (0)