From f092165b09dfbb2c9f7a9d594066532508cf5b61 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Sat, 3 Feb 2024 19:48:14 +0400 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 11 ++++------- .gitignore | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a7a91a84..15bff84a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,12 +12,9 @@ We work best with you when we have accepted the idea first before you code. --> ## Checklist - - Closes # -- How was this tested: - - -- Any docs updates needed? - +- Tested + - [ ] Tested manually + - [ ] Unit tests added +- [ ] Documentation diff --git a/.gitignore b/.gitignore index bf126d24..4a5884fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.*/ +!/.github/ /runtime/ /vendor/ /composer.lock