Skip to content

Commit 4d30e65

Browse files
authored
Merge pull request #12 from kerthcet/feat/add-issue-template
Add ISSUE TEMPLATE to the repo
2 parents a393d38 + 490103a commit 4d30e65

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while using
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
11+
-->
12+
13+
**What happened**:
14+
15+
**What you expected to happen**:
16+
17+
**How to reproduce it (as minimally and precisely as possible)**:
18+
19+
**Anything else we need to know?**:
20+
21+
**Environment**:

.github/ISSUE_TEMPLATE/CLEANUP.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Clean Up Request
3+
about: Suggest to clean up code, process or tech debt to the project
4+
title: ''
5+
labels: cleanup
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting clean up requests -->
11+
12+
**What would you like to be cleaned**:
13+
14+
**Why is this needed**:

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature to the project
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please only use this template for submitting feature requests -->
11+
12+
**What would you like to be added**:
13+
14+
**Why is this needed**:
15+
16+
**Completion requirements**:
17+
18+
This feature requires the following artifacts:
19+
20+
- [ ] Design doc
21+
- [ ] API change
22+
- [ ] Docs update
23+
24+
The artifacts should be linked in subsequent comments.

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Support Request
3+
about: Support request or question relating to the project
4+
title: ''
5+
labels: support
6+
assignees: ''
7+
8+
---

0 commit comments

Comments
 (0)