Files
Dress/README.md
Lian 2d7b0f9a06
All checks were successful
Mark stale issues and pull requests / stale (push) Successful in 5s
添加检查exif信息的工作流, 完善文档 (#299)
* 慕名而来玩玩

* 换格式

把webp格式的图片换成jpg了
似乎github那边的pr没办法预览webp

* 更新两张新图

* 定期更新一下

* Update README.md

* Create README.md with updates and learnings

Added a README file with updates and personal reflections.

* Add files via upload

* 更新嘻嘻

* Initial plan

* Add PR template, EXIF check workflow, and strip-exif workflow

Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>

* Address code review: reduce exiftool timeout, improve error logging in strip workflow

Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>

* Security: pin checkout to SHA, add env vars for shell safety, add security comments

Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>

* Improve PR template with newcomer guidance, friendlier EXIF comment, add beginner guide, update README

Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>

* Fix PR template links to use absolute GitHub URLs

Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>

* 修改示例中的 ID 为我自己的ID

* delete(action): 删除没必要的工作流

* fix(action): 删除对strip_exif工作流的描述

* docs(GUIDE): 为 fork, commit 等操作添加了简单说明

* fix(docs): OMG我是猪鼻, 我把仓库地址写错了X_X

* fix: 被 copilot 鞭策了

* 删除拉取请求模板中的描述部分

* 补充推荐使用--depth的妙妙小提示

* - 补充删旧评论机制
- 移除不必要的权限
- 只在图片变更时触发
- 修复fork pr拿不到来源的bug

* 优化拉取请求模板,增加新手指南的可折叠提示

* 更新 check_exif.yml:升级 actions/checkout 到 v5,优化 exiftool 安装逻辑,增强 PR 评论管理

* 到底要不要删掉旧评论呢(哭), Moemu大佬好像是没删的, 豪! 我也不删了!

* 被删除的不必要的权限似乎是必要的

* 修一修代码格式, 压一压行数

* 修正评论格式

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Yueosa <172176062+Yueosa@users.noreply.github.com>
2026-03-14 15:59:17 +08:00

4.6 KiB
Raw Blame History

Dress - 面向可爱的蓝孩子 (/ω\) 的 git 学习实践项目 on GitHub

Dress - A Study and Practice project of git.

If you are feeling puzzled and weird about the project, please read README DETAIL

Contributors GitHub repo size in bytes License

项目很简单且并不要求你贡献代码,没有编程技能都可以参加。你可以从这里学习从克隆项目,创建分支,提交和同步修改,到合并分支请求的整套流程,一次即可熟悉 Git/GitHub 的使用。

This simple repository requires no contribution of code, so that you can participate in it without having any coding skills. This project helps you to learn the whole process of cloning a repository, creating a branch, pushing and pulling commits, and making a pull request, thus you can have a good knowledge of Git/GitHub's usage.

当然,你还要事先准备至少一张你的女装照。

Of course, you need to prepare a photo of you dressed in women's clothing first.

文件夹命名规则和文件标准 / File and Folder Naming Rules and Filetype Standards

  • 不接受盗图和未授权转载他人图片
  • Stolen pictures and unauthorized photos of other people are not accepted
  • 请尽量使用有意义的文件夹名字
  • Please attempt to use meaningful folder names
  • 可使用你的 GitHub ID 或者其他社交平台上非中文的 ID 来命名文件夹
  • Use your GitHub ID or roman character social media IDs as folder names
  • 文件夹按照首字母归类
  • Folders are organized alphabetically
  • 尽量不要在文件夹名字中出现空格
  • Please try to avoid spaces in folder names
  • 影响排序的文件夹命名 (例如 AAAA.Folder, 0.Folder, 111Folder) 会被 Close Pull Request
  • Pull requests with folder names that attempt to influence ordering (ex: AAAA.Folder, 0.Folder, 111Folder)will be closed
  • 如果需要在你的文件夹内创建描述文件,请尽量使用 Markdown 语法来编写
  • If you need to add a descriptive file in your folder, please compose it using Markdown.
  • 图片请尽量压缩大小1 MB 以下), 并 删除 EXIF 信息, 图片质量过低的 Pull Request 会被 Close
  • Please attempt to compress your images (less than 1 MB) and delete EXIF data, pull requests with excessively large image files will be closed

Star 历史 / Star History

Star History Chart

在线预览 / Online Demo

旧 Dress 项目

贡献者 / Contributors

contributors

许可 / License

本项目采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。

This repository is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

贡献 / Contributing

请仔细阅读CONTRIBUTING.md

Please read CONTRIBUTING.md carefully.

新手指南 / Beginner Guide

第一次参与?请阅读 新手指南 / Beginner Guide,了解完整的 Fork → 提交 → PR 流程。

First time contributing? Read the Beginner Guide for a step-by-step walkthrough of the Fork → Commit → PR workflow.