From 2971282d7bde12d5c48fec1c376b3edd3d19d9e5 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Mon, 6 May 2024 14:52:03 -0400 Subject: [PATCH 1/2] Add CODEOWNERS and PR template --- .github/CODEOWNERS | 5 +++++ .github/pull_request_template.md | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e7fadda2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Automatically assign the team as a reviewer. +# https://help.github.com/en/articles/about-code-owners + +# Default owners, overridden by file/directory specific owners below +* @DataDog/dd-trace-cpp diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..a952e2a3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# What Does This Do + +# Motivation + +# Additional Notes + +Jira ticket: [PROJ-IDENT] + + From c57a650b23447467d7053d68414dcba02dbf5695 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Tue, 7 May 2024 10:22:41 -0400 Subject: [PATCH 2/2] Update .github/pull_request_template.md Co-authored-by: Damien Mehala --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a952e2a3..a5579f07 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# What Does This Do +# Description # Motivation