Skip to content

Commit 52a5f81

Browse files
committed
add issue templates
1 parent ae0849b commit 52a5f81

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thank you for reporting a possible bug. Please fill in as much of the template below as you can. -->
11+
12+
**Describe the bug**
13+
<!-- A clear and concise description of what the bug is. -->
14+
15+
**Steps to Reproduce**
16+
<!-- Steps to reproduce the behavior. -->
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
**Screenshots**
26+
<!-- If applicable, add screenshots to help explain your problem. -->
27+
28+
**Environment information**
29+
- Device: <!-- [e.g. MacBook] -->
30+
- OS: <!-- [e.g. MacOS 10.14.3] -->
31+
- Browser and version: <!-- [e.g. Firefox 65.0.1, Chrome 73.0.3683.75, Safari 12.0.3] -->
32+
- WordPress version: <!-- [e.g., 5.3.2] -->
33+
<!-- If your WordPress version is below 5.2, then please fill out the Plugins and Themes items below. -->
34+
- Plugins and version: <!-- [e.g. PluginA 1.0.0, PluginB 2.1.0, PluginC 3.2.1] -->
35+
- Theme and version: <!-- [e.g. Twenty Nineteen 1.3] -->
36+
<!-- If your WordPress version is 5.2 or higher, then please fill out the Site Health Info details below. -->
37+
- <details><summary>Site Health Info:</summary>
38+
<!-- Go to Tools > Site Health > Info tab, click "Copy site info to clipboard", and paste those details here. -->
39+
</details>
40+
41+
**Additional context**
42+
<!-- Add any other context about the problem here. -->
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "\U0001F680 Enhancement"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thank you for suggesting an idea to make things better. Please fill in as much of the template below as you can. -->
11+
12+
**Is your enhancement related to a problem? Please describe.**
13+
<!-- Please describe the problem you are trying to solve. -->
14+
15+
**Describe the solution you'd like**
16+
<!-- Please describe the desired behavior. -->
17+
18+
**Designs**
19+
<!-- If applicable, add mockups/screenshots/etc. to help explain your solution. -->
20+
21+
**Describe alternatives you've considered**
22+
<!-- Please describe alternative solutions or features you have considered. -->
23+
24+
**Additional context**
25+
<!-- Add any other context about the enhancement here. -->

.github/ISSUE_TEMPLATE/3-help.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "❓ Need help?"
3+
about: Ask us a question, we're here to help!
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!-- If you have a question that is neither a bug report nor an enhancement, then please post it here! Please fill in as much of the template below as you can. -->
11+
12+
**Describe your question**
13+
<!-- A clear and concise description of what your question is. -->

0 commit comments

Comments
 (0)