Skip to content

Commit

Permalink
update GitHub issue+pr templates assignees (#430)
Browse files Browse the repository at this point in the history
## Overview

No change to the platform. Only GitHub issue templates assignees are modified.

Merging as-is without bump due to no change to the platform infrastructure.

## Changes

**Non-breaking changes**
- Change GitHub issue templates assignees for latest organization maintainers.
- Add `CODEOWNERS` file for default PR reviewers with same organization maintainers.

**Breaking changes**
- n/a
- 
## Related Issue / Discussion

- n/a

## Additional Information

- n/a

birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: true
  • Loading branch information
fmigneault authored Mar 6, 2024
2 parents eaa09c2 + 74880e4 commit ca4b8ab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -45,4 +45,3 @@ Steps to reproduce the behavior:
@tag them below
-->

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -33,4 +33,3 @@ assignees: tlvu
@tag them below
-->

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca4b8ab

Please sign in to comment.