Committed by
666ghj
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)
Showing
1 changed file
with
3 additions
and
14 deletions
| @@ -578,20 +578,9 @@ Create new templates in the `ReportEngine/report_template/` directory, and our A | @@ -578,20 +578,9 @@ Create new templates in the `ReportEngine/report_template/` directory, and our A | ||
| 578 | 578 | ||
| 579 | We welcome all forms of contributions! | 579 | We welcome all forms of contributions! |
| 580 | 580 | ||
| 581 | -### How to Contribute | ||
| 582 | - | ||
| 583 | -1. **Fork the project** to your GitHub account | ||
| 584 | -2. **Create Feature branch**: `git checkout -b feature/AmazingFeature` | ||
| 585 | -3. **Commit changes**: `git commit -m 'Add some AmazingFeature'` | ||
| 586 | -4. **Push to branch**: `git push origin feature/AmazingFeature` | ||
| 587 | -5. **Open Pull Request** | ||
| 588 | - | ||
| 589 | -### Development Standards | ||
| 590 | - | ||
| 591 | -- Code follows PEP8 standards | ||
| 592 | -- Commit messages use clear Chinese/English descriptions | ||
| 593 | -- New features need corresponding test cases | ||
| 594 | -- Update related documentation | 581 | +**Please read the following contribution guidelines:** |
| 582 | +- [CONTRIBUTING.md](./CONTRIBUTING.md) (Chinese) | ||
| 583 | +- [CONTRIBUTING-EN.md](./CONTRIBUTING-EN.md) (English) | ||
| 595 | 584 | ||
| 596 | ## 🦖 Next Development Plan | 585 | ## 🦖 Next Development Plan |
| 597 | 586 |
-
Please register or login to post a comment