From 35d9a3b438216ccc176be293522e800f5f81c1d7 Mon Sep 17 00:00:00 2001 From: yfprojects <62463991+real-yfprojects@users.noreply.github.com> Date: Tue, 14 Feb 2023 07:38:27 +0000 Subject: [PATCH] Adjust dev files for borgbase/vorta.borgbase.com#32 (#1585) * Add `pre-commit` to developer requirements. * Add virtual python environments to `.gitignore`. * Update pull request template. --------- Co-authored-by: real-yfprojects --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 4 +++- .gitignore | 5 +++++ requirements.d/dev.txt | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (93%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 93% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 65529064..e4fa87cf 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,7 +36,9 @@ - [ ] All new and existing tests passed. -*I provide my contribution under the terms of the [license](./../../LICENSE.txt) of this repository and I affirm the Developer Certificate of Origin.* +*I provide my contribution under the terms of the [license](./../../LICENSE.txt) of this repository and I affirm the [Developer Certificate of Origin][dco].* + +[dco]: https://developercertificate.org/