Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Dec 29, 2020
1 parent c2f2659 commit 94d7638
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: bug
assignees: ''

---
Expand All @@ -26,5 +26,5 @@ Provide all necessary steps to reproduce the bug.

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

⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.
⚠️ 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!
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ A clear and concise description of any alternative solutions or features you've
**Additional context**
Add any other context or screenshots about the feature request here.

⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.
⚠️ 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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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 94d7638

Please sign in to comment.