From 3b9a3ff6be14acb27b58e25ae97f627b93b9cb47 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 27 Jan 2022 12:58:14 +0100 Subject: [PATCH] Include codeowners template (#1005) * docs(templates): include Codeowners * docs(templates): update PR template --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..128e8e39 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @prowler-team diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b7685ea6..73692ae0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1 +1,13 @@ +### Context + +Please include relevant motivation and context for this PR. + + +### Description + +Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. + + +### License + By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.