From 25461892ec106997b38b6462fc3c6a0e4c985a1a Mon Sep 17 00:00:00 2001 From: Mario Perrotta Date: Thu, 16 Nov 2023 13:21:21 +0100 Subject: [PATCH] chore: add codeowner template --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 20 ++++++++++++++++++++ 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 0000000..1518570 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @pagopa/io-wallet \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..96b4c3d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +### Short description + + + + + + +#### List of Changes + + + +#### How Has This Been Tested? + + + + + +#### Screenshots (if appropriate): + + \ No newline at end of file