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..a5579f07 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Description + +# Motivation + +# Additional Notes + +Jira ticket: [PROJ-IDENT] + +