Skip to content

Commit c3bc9f3

Browse files
authored
Merge pull request #135 from radarsh/feature/issue-templates
Add issue templates
2 parents bad24a8 + e6ca99f commit c3bc9f3

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: radarsh
7+
8+
---
9+
10+
**Description**
11+
A clear and concise description of what problem you are facing.
12+
13+
**Versions**
14+
- Test logger version:
15+
- Gradle version:
16+
- Java version:
17+
18+
**Type of test being run**
19+
Whether it is JUnit, Spock, TestNg, or anything else. Also, try to include a sample test here.
20+
21+
**Test logger configuration**
22+
Paste your test logger configuration here.
23+
24+
**Screenshots**
25+
If possible, add screenshots to help explain your problem.
26+
27+
**Additional information**
28+
Add any other information about the problem here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Documentation issue
3+
about: Clarify something about the documentation
4+
title: ''
5+
labels: documentation
6+
assignees: radarsh
7+
8+
---
9+
10+
**Description**
11+
Explain what needs clarifying and where.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature
6+
assignees: radarsh
7+
8+
---
9+
10+
**Description**
11+
A clear and concise description of what the feature should do.
12+
13+
**Additional information**
14+
Supplement with examples, samples from other projects, etc here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Ask a question
4+
title: ''
5+
labels: question
6+
assignees: radarsh
7+
8+
---
9+
10+
**Description**
11+
Ask your question here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Technical debt
3+
about: Create a technical debt issue
4+
title: ''
5+
labels: technical debt
6+
assignees: radarsh
7+
8+
---
9+
10+
**Description**
11+
Describe the technical debt here.

0 commit comments

Comments
 (0)