Skip to content

Commit 26a6d79

Browse files
committed
Merge #194: misc: update codeowners and auto assign for issues
5068f82 misc: update codeowners and auto assign for issues (Byron Hambly) Pull request description: Updates auto-assign in github for codeowner review and bug reports/feature requests. apoelstra please let me know if you're okay with getting review requests automatically on PRs? Resolves #189 ACKs for top commit: apoelstra: ACK 5068f82; successfully ran local tests; sure, sgtm Tree-SHA512: d4bd23639a6928c30d373b6c2b9ba8845190faab28b19c9d49537ee4e3b0681313289a4ed31314e593e0cd932b6a406fa700baff70439ce1521a496c7f9a2cc2
2 parents 9ee83e8 + 5068f82 commit 26a6d79

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# These owners will be requested for review when someone opens a pull request.
2-
* @imaginator
2+
* @apoelstra
3+
* @delta1

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug Report
22
description: File a bug report
33
labels: ['bug']
44
assignees:
5-
- imaginator
5+
- delta1
66
body:
77
- type: markdown
88
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature request
22
description: Suggest a new feature
33
labels: ['feature']
44
assignees:
5-
- imaginator
5+
- delta1
66
body:
77
- type: input
88
id: project

0 commit comments

Comments
 (0)