From ef15cece923cddf52fecc0d737b7e40609ce3e07 Mon Sep 17 00:00:00 2001 From: ghmark675 Date: Mon, 10 Nov 2025 22:36:31 +0800 Subject: [PATCH] docs(README-EN): add English notice referencing CONTRIBUTING files - Added a Markdown notice prompting contributors to read the contribution guidelines - References ./CONTRIBUTING.md (Chinese) and ./CONTRIBUTING-EN.md (English) --- README-EN.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README-EN.md b/README-EN.md index cbf36dc..adb08b4 100644 --- a/README-EN.md +++ b/README-EN.md @@ -578,20 +578,9 @@ Create new templates in the `ReportEngine/report_template/` directory, and our A We welcome all forms of contributions! -### How to Contribute - -1. **Fork the project** to your GitHub account -2. **Create Feature branch**: `git checkout -b feature/AmazingFeature` -3. **Commit changes**: `git commit -m 'Add some AmazingFeature'` -4. **Push to branch**: `git push origin feature/AmazingFeature` -5. **Open Pull Request** - -### Development Standards - -- Code follows PEP8 standards -- Commit messages use clear Chinese/English descriptions -- New features need corresponding test cases -- Update related documentation +**Please read the following contribution guidelines:** +- [CONTRIBUTING.md](./CONTRIBUTING.md) (Chinese) +- [CONTRIBUTING-EN.md](./CONTRIBUTING-EN.md) (English) ## 🦖 Next Development Plan