From a0db0bc5917353443fe93499f8811cc647469701 Mon Sep 17 00:00:00 2001 From: Kathryn Papandrew Date: Fri, 5 May 2023 14:28:02 -0400 Subject: [PATCH 1/2] Add CODEOWNERS to repo for req approver(s) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..f1d0a9b200 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Codeowners for chatgpt-on-azure + +# Global owners of repo +# One of these owners needs to approve every pull request +* @bdleavitt @kjpap \ No newline at end of file From 9593a16cd48371bbfc0be83778fe01892ff66b43 Mon Sep 17 00:00:00 2001 From: Kathryn Papandrew Date: Fri, 5 May 2023 14:36:46 -0400 Subject: [PATCH 2/2] Edit ISSUE_TEMPLATE trivially to test diff --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bf779af340..e4c7a7c89c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ ### This issue is for a: (mark with an `x`) ``` [ ] bug report -> please search issues before submitting -[ ] feature request +[ ] feature request (including template changes) [ ] documentation issue or request [ ] regression (a behavior that used to work and stopped in a new release) ```