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