Skip to content

Commit e0c07e2

Browse files
authored
Add CODEOWNERS and PR template (#120)
1 parent 3a8e1e9 commit e0c07e2

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Automatically assign the team as a reviewer.
2+
# https://help.github.com/en/articles/about-code-owners
3+
4+
# Default owners, overridden by file/directory specific owners below
5+
* @DataDog/dd-trace-cpp

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Description
2+
3+
# Motivation
4+
5+
# Additional Notes
6+
7+
Jira ticket: [PROJ-IDENT]
8+
9+
<!--
10+
# Opening vs Drafting a PR:
11+
When opening a pull request, please open it as a draft to not auto assign reviewers before you feel the pull request is in a reviewable state.
12+
13+
# Linking a JIRA ticket:
14+
Please link your JIRA ticket by adding its identifier between brackets (ex [PROJ-IDENT]) in the PR description, not the title.
15+
This requirement only applies to Datadog employees.
16+
-->

0 commit comments

Comments
 (0)