Skip to content

Commit e24be78

Browse files
TanziTanzi
Tanzi
authored and
Tanzi
committed
completed usage and bug issue template
1 parent 1c79ebf commit e24be78

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Report bug of CameraHelper
3-
title: "[CameraHelper Bug]: "
3+
title: "[Bug]: "
44
labels: ["Type:Bug"]
55
body:
66
- type: markdown
@@ -34,7 +34,7 @@ body:
3434
id: repro
3535
attributes:
3636
label: Repro Steps
37-
description: What steps can the NuGet team take to reproduce this issue?
37+
description: What steps can other people take to reproduce this issue?
3838
placeholder: |
3939
Steps to reproduce the behavior:
4040
1. On this URL '...'

.github/ISSUE_TEMPLATE/USAGE.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Bug Report
2-
description: Report bug of CameraHelper
3-
title: "[CameraHelper Bug]: "
4-
labels: ["Type:Bug"]
1+
name: Usage Issue
2+
description: Question about usages of CameraHelper
3+
title: "[Usage]: "
4+
labels: ["Type:Usage"]
55
body:
66
- type: markdown
77
attributes:
@@ -26,15 +26,15 @@ body:
2626
- type: textarea
2727
id: description
2828
attributes:
29-
label: Describe the bug
30-
description: A clear and concise description of what the bug is.
29+
label: Describe the issue
30+
description: A clear and concise description of what the issue is.
3131
validations:
3232
required: true
3333
- type: textarea
3434
id: repro
3535
attributes:
3636
label: Repro Steps
37-
description: What steps can the NuGet team take to reproduce this issue?
37+
description: What steps can other people take to reproduce this issue?
3838
placeholder: |
3939
Steps to reproduce the behavior:
4040
1. On this URL '...'

0 commit comments

Comments
 (0)