- Name: 2526-weekly-session
- Purpose: a community-maintained collection of session materials, schedules, and notes for the 2526 Weekly Session Series. All course material files are stored in
Contents/(organized by individual course);Routes/provides routing guidance documents for each weekly session (organized by session).
- Contents/ — All course material files are stored in
Contents/(organized by individual course). Add or edit course files under the appropriateContents/<your-course>/directory. - Routes/ — Provides routing guidance documents for each weekly session (organized by session).
Routes/is the published routing tree; usually content maintainers should not editRoutes/directly — change the content inContents/instead.
The complete, step-by-step contribution workflow (fork → branch → edit Contents/ → PR) is documented in CONTRIBUTING.md. Please read CONTRIBUTING.md for VSCode GUI instructions and repository conventions.
- Fork the repo on GitHub.
- Clone your fork into VSCode.
- Create a feature branch and edit files under
Contents/<your-course>/. - Commit, publish the branch, and open a PR to
CompPsyUnion/main.
See CONTRIBUTING.md for details and examples.
- 名称: 2526-weekly-session
- 目的: 保存并维护 2526 Weekly Session 系列的会议材料、日程和笔记。仓库中的源文件保存在
Contents/中,按照每一个小课程区分组织,Routes/按照 Session 组织存放每个 Session 的概要。
- Contents/ — 课程内容文件。请在此目录的课程子目录新增或修改所有会议材料(Markdown、图片、附件)。
- Routes/ — 对外展示的结构。单个课程编辑者通常不要直接修改
Routes/,请在Contents/修改内容。
仓库的完整贡献工作流(Fork → 分支 → 在 Contents/ 编辑 → PR)请参见 CONTRIBUTING.md。在 CONTRIBUTING.md 可查看逐步操作与 VSCode GUI 示例。
- 在 GitHub 上 Fork 本仓库。
- 在 VSCode 中克隆你的 Fork。
- 创建 feature 分支并在
Contents/<你的课程>/下编辑或新增文件。 - 提交、发布分支并发起 PR 到
CompPsyUnion/main。
详细步骤与示例请参见 CONTRIBUTING.md。