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)
This commit is contained in:
+3
-14
@@ -578,20 +578,9 @@ Create new templates in the `ReportEngine/report_template/` directory, and our A
|
|||||||
|
|
||||||
We welcome all forms of contributions!
|
We welcome all forms of contributions!
|
||||||
|
|
||||||
### How to Contribute
|
**Please read the following contribution guidelines:**
|
||||||
|
- [CONTRIBUTING.md](./CONTRIBUTING.md) (Chinese)
|
||||||
1. **Fork the project** to your GitHub account
|
- [CONTRIBUTING-EN.md](./CONTRIBUTING-EN.md) (English)
|
||||||
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
|
|
||||||
|
|
||||||
## 🦖 Next Development Plan
|
## 🦖 Next Development Plan
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user