Skip to content

Commit 237b7f4

Browse files
authored
Merge pull request #130 from jefft0/chore/bug-template-assignee
chore: In the GitHub bug template, remove the automatic assignee to QA
2 parents 89e5e00 + 9da06e2 commit 237b7f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug_template.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Bug report"
22
description: Report a bug for this project.
33
labels: ["bug"]
4-
assignees:
5-
- peletron
64
body:
75
- type: checkboxes
86
attributes:
@@ -15,7 +13,7 @@ body:
1513
id: package-version
1614
attributes:
1715
label: Package version
18-
description: What version of go-ipfs-db package are you using?
16+
description: What version of go-orbit-db package are you using?
1917
placeholder: v1.8.0
2018
validations:
2119
required: true
@@ -62,4 +60,4 @@ body:
6260
id: other
6361
attributes:
6462
label: Other
65-
placeholder: Any other detail?
63+
placeholder: Any other detail?

0 commit comments

Comments
 (0)