Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94d7638

Browse files
authoredDec 29, 2020
Update issue templates
1 parent c2f2659 commit 94d7638

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 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
---
@@ -26,5 +26,5 @@ Provide all necessary steps to reproduce the bug.
2626

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

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.
3030
⚠️ 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!

‎.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ A clear and concise description of any alternative solutions or features you've
1919
**Additional context**
2020
Add any other context or screenshots about the feature request here.
2121

22-
⚠️ If you have a question about how to use lazysizes open a [discussion](/lazysizes/discussions) instead.
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.

‎.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)
Please sign in to comment.