Skip to content

Commit a861997

Browse files
Merge pull request #684 from Codeinwp/add-issue-templates
Added bug report and feature request templates
2 parents 115b205 + 6f70a93 commit a861997

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Report a bug so we can get to squashing it.
4+
5+
---
6+
7+
### Description:
8+
<!-- Describe the bug in a clear and concise way. -->
9+
10+
### How to reproduce:
11+
<!-- Describe the steps needed to reproduce this. -->
12+
1.
13+
2.
14+
3.
15+
16+
### Expected behaviour:
17+
18+
### Current behaviour:
19+
20+
### Reference:
21+
<!-- Screenshots and links that show the bug -->
22+
23+
### Technical info
24+
* WordPress version: x.x.x
25+
* Plugin version: x.x.x
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature that we can implement.
4+
5+
---
6+
7+
### Description:
8+
<!-- Describe the requested feature in a clear and concise way. -->
9+
10+
### Alternatives:
11+
<!-- If we don't implement this feature, what would be the best alternatives to achieve the same functionality? -->

0 commit comments

Comments
 (0)