From 28c07a406b68882840cc7edda0578fbae9a6f5fc Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 5 Mar 2024 13:57:56 -0500 Subject: [PATCH 1/3] update GitHub issue templates with @tlvu, @fmigneault, @mishaschwartz assignees --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +-- .github/ISSUE_TEMPLATE/documentation.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 3 +-- .github/ISSUE_TEMPLATE/support.md | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index db666849d..917140547 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,7 +3,7 @@ name: ":bug: Bug Report" about: Create an issue related to a bug or encountered problem. title: ":bug: [BUG]: " labels: bug -assignees: tlvu, MatProv +assignees: tlvu, fmigneault, mishaschwartz --- @@ -45,4 +45,3 @@ Steps to reproduce the behavior: @tag them below --> - diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 0c9cb50f8..571935250 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -3,7 +3,7 @@ name: ":books: Documentation" about: Report an issue related to missing, incorrect or insufficient documentation. title: ":books: [Documentation]: " labels: documentation -assignees: tlvu +assignees: tlvu, fmigneault, mishaschwartz --- ## Description diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 46f2524c5..7a5ba2ed6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,7 @@ name: Feature Request about: Suggest an idea, new feature or enhancement to existing functionalities. title: ":bulb: [Feature]" labels: enhancement -assignees: tlvu +assignees: tlvu, fmigneault, mishaschwartz --- @@ -33,4 +33,3 @@ assignees: tlvu @tag them below --> - diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 122a9ec78..48566477d 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -3,7 +3,7 @@ name: ":question: Question" about: Ask a question or request general help support. title: ":question: [Question]: " labels: question -assignees: tlvu, MatProv +assignees: tlvu, fmigneault, mishaschwartz --- ## Questions From 74880e47e6173f624c5cdc165dcaa29cd69789ce Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 5 Mar 2024 14:03:31 -0500 Subject: [PATCH 2/3] add CoDEOWNERS for default PR reviewers --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..5887ac329 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @global-owner1 and @global-owner2 will be requested for +# review when someone opens a pull request. +* @tlvu @fmigneault @mishaschwartz From 76a1eb6cea9e94bd01d209d8b35233fedcff815f Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 5 Mar 2024 15:38:42 -0500 Subject: [PATCH 3/3] remove explicit 'birdhouse_skip_ci: true' from PR template --- .github/ISSUE_TEMPLATE/bug-report.md | 1 - .github/ISSUE_TEMPLATE/feature-request.md | 1 - .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index db666849d..3c7499dac 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -45,4 +45,3 @@ Steps to reproduce the behavior: @tag them below --> - diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 46f2524c5..e348d6195 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -33,4 +33,3 @@ assignees: tlvu @tag them below --> - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5feab8a2a..98aa00648 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,9 +26,12 @@ Links to other issues or sources. - [ ] Things to do... +## CI Operations + birdhouse_daccs_configs_branch: master