From 650397d843460df1e80af4a61baf37271e80fe8b Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 25 Jul 2022 14:54:39 +0100 Subject: [PATCH] Create CODEOWNERS and PR template (#425) * Create CODEOWNERS * Create pull_request_template.md * Create 425.misc --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 3 +++ changelog.d/425.misc | 1 + 3 files changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md create mode 100644 changelog.d/425.misc diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b208436f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @matrix-org/bridges diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..fef6ebff --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ + diff --git a/changelog.d/425.misc b/changelog.d/425.misc new file mode 100644 index 00000000..5f6c1469 --- /dev/null +++ b/changelog.d/425.misc @@ -0,0 +1 @@ +Add a new PR template body and a CODEOWNERS file.