Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/aFarkas/lazysizes into …
Browse files Browse the repository at this point in the history
…gh-pages
  • Loading branch information
aFarkas committed Jan 2, 2021
2 parents fbf2f66 + 94d7638 commit 916afff
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---
Expand All @@ -14,12 +14,17 @@ A short, clear and concise description of what the bug is.
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)

**Steps to reproduce the behavior:**
Provide all necessary steps to reproduce the bug.
Provide all necessary steps to reproduce the bug.

**What is the expected behavior**
**What is the expected behavior:**


**What happened instead**
**What happened instead:**


**In what environment (browser/device etc.) does this bug happen/not happen:**

**Keywords help others to find this issue:**

⚠️ Search for existing open/closed issues/discussions before you report the issue.
⚠️ 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!
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

⚠️ 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.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/other-issues.md
@@ -0,0 +1,10 @@
---
name: Other issues
about: If the other templates don't fit...
title: ''
labels: ''
assignees: ''

---

⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,20 @@
---
name: Question
about: Ask questions about the API and integration
title: ''
labels: question
assignees: ''

---

**Describe your problem/question**
A complete but concise description of your problem and how you are trying to fix it and where you are struggling.

**Make it reproduce-able**
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/.

**Add tags/keywords**
Make sure others can find your problem.

⚠️ Search for existing open/closed issues/discussions before you ask your question.
⚠️ 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 comments on commit 916afff

Please sign in to comment.