From 4b75ad615f070db8b4aa56dc2e2f5e68e9b58db8 Mon Sep 17 00:00:00 2001 From: Appbooster-bot Date: Fri, 13 Oct 2023 08:06:48 +0000 Subject: [PATCH 1/2] Add .github/PULL_REQUEST_TEMPLATE.md template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ff3550e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +#### :tophat: Что? Зачем? + + +#### :family: Зависимости + + +#### :clipboard: Подзадачи + From 7a81e4554bb1f105e9bf68b57fc151c6196f10ab Mon Sep 17 00:00:00 2001 From: Appbooster-bot Date: Fri, 13 Oct 2023 08:06:50 +0000 Subject: [PATCH 2/2] Add .github/settings.yml template --- .github/settings.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..6f69327 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,21 @@ +repository: + default_branch: master + allow_squash_merge: true + allow_merge_commit: true + allow_rebase_merge: true +labels: + - name: blocked + color: e88bde + - name: bug + color: d73a4a + - name: good first issue + color: 7057ff + - name: high priority + color: b60205 + - name: ready for review + color: 6ba1db + - name: release + color: 1d76db + + +