Add CI auto-sort system for datasheets and images
- Add DS_ prefix for datasheets - automatically moved to docs/datasheets/ - Add IMG_ prefix for images - automatically moved to docs/images/ - Update FILE-NAMING-AND-VERSIONING.md with CI auto-sort prefix examples - Create comprehensive docs/datasheets/README.md with CI auto-sort documentation - Create comprehensive docs/images/README.md with CI auto-sort documentation - Add ci/auto-sort-files.yml GitHub Actions workflow for automatic file organization - Update ci/README.md with complete auto-sort system documentation - Update main README.md to reference CI auto-sort system - Enable users to upload files anywhere with correct prefix for automatic organization - Support multiple file types: PDF, DOC, PNG, JPG, SVG, etc. - Provide complete CI workflow with commit automation and error handling
This commit is contained in:
@@ -160,7 +160,8 @@ This project follows **Semantic Versioning 2.0.0** and **Harvard Data Management
|
||||
- **No spaces**: Use hyphens (-) instead of spaces
|
||||
- **Date format**: YYYY-MM-DD for chronological sorting
|
||||
- **Versioning**: Follow semantic versioning (MAJOR.MINOR.PATCH)
|
||||
- **Examples**: `my-project_bom_v1.2.0_2024-08-04.csv`
|
||||
- **CI Auto-Sort**: Use DS_ prefix for datasheets, IMG_ prefix for images
|
||||
- **Examples**: `my-project_bom_v1.2.0_2024-08-04.csv`, `DS_STM32F401_datasheet_2024-08-11.pdf`
|
||||
|
||||
### Initial Setup
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user