From 7834542c9c40b2b93a6838bf2b61686214513c4d Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sat, 13 Dec 2025 01:45:06 -0600 Subject: [PATCH] feat: add pull request template for improved contribution guidelines --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (96%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 96% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md index 0c5e03d5..11568f10 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,4 +14,5 @@ Before submitting this PR, please make sure that: Close automatically the related issues using the keywords: `closes #ISSUE_NUMBER`, `fixes #ISSUE_NUMBER`, `resolves #ISSUE_NUMBER` -Example: `closes #123` \ No newline at end of file +Example: `closes #123` +