diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..18cc628 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Description + +> Briefly describe what this PR does. Focus on the problem solved or the improvement made. + + + +## โœ… Checklist + +> Mark the conditions was full filled + +- [ ] Code was tested locally +- [ ] No magic numbers +- [ ] Documentation updated (if applicable) +- [ ] No comments +- [ ] No force unwraps + +## ๐Ÿงช How to Test + +> Describe the steps to test this change. + + \ No newline at end of file diff --git a/README.md b/README.md index 9d0b5d3..1c58679 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# EasyMock +![Banner](./doc-images/banner.jpg) [![Swift](https://github.com/EasyPackages/EasyMock/actions/workflows/swift.yml/badge.svg)](https://github.com/EasyPackages/EasyMock/actions/workflows/swift.yml) -## Simulate. Test. Verify +# Simulate. Test. Verify A lightweight and expressive library for unit testing in Swift โ€” supporting `async/await`, delays, error simulation, and call tracking. diff --git a/doc-images/banner.jpg b/doc-images/banner.jpg new file mode 100644 index 0000000..4094f10 Binary files /dev/null and b/doc-images/banner.jpg differ diff --git a/doc-images/logo.jpg b/doc-images/logo.jpg new file mode 100644 index 0000000..a4f8c9a Binary files /dev/null and b/doc-images/logo.jpg differ