From ff4d9e58f8e329c1727b7b49185b9636c756f404 Mon Sep 17 00:00:00 2001 From: Bryan Yue Date: Fri, 7 Nov 2025 05:11:08 -0800 Subject: [PATCH 1/2] test --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f267a38..a756aec 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,6 @@ We welcome contributions to this project! If you'd like to contribute, follow th 4. **Make sure all tests pass** by running `make test` before submitting your pull request. 5. **Submit a pull request** with a detailed explanation of your changes. -Please ensure your code follows the existing style and includes sufficient documentation. - ## License This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for more details. From 4475f5b3e758463a3e573fa600bafc2714fd2267 Mon Sep 17 00:00:00 2001 From: Bryan Yue Date: Fri, 7 Nov 2025 05:13:01 -0800 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a756aec..b8588c6 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ This registers the hooks defined in `.pre-commit-config.yaml`. You can always ru ## Contributing -We welcome contributions to this project! If you'd like to contribute, follow these steps: +We welcome contributions to this project! If you'd like to contribute, follow these steps 1. **Fork the repository** and clone it to your local machine. 2. **Create a new branch** for your feature or bug fix.