From 2baae84e84fef066580268fe6c27d8c57179ec96 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 29 Dec 2022 13:04:48 +0100 Subject: [PATCH] Move pull request template file. [ci skip] --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (90%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 90% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 58c1dfb..7db9c58 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,4 +16,4 @@ assignees: fabiocaccamo - [ ] I have performed a self-review of my code. - [ ] I have added torough tests for the proposed changes. - [ ] I have run the tests and there are not errors. -- [ ] I have updated translations. +- [ ] I have updated translation files.