From a3da684e9da7153b9b3d78faae831dcb1c6826d3 Mon Sep 17 00:00:00 2001 From: MarioYang Date: Mon, 26 Jan 2026 12:19:48 +0800 Subject: [PATCH] feat: add contributor acknowledgments in README and example scripts --- .claude/skills/week_work_package_log/README.md | 13 +++++++++++++ .claude/skills/week_work_package_log/examples.py | 4 ++++ .../week_work_package_log/work_package_logger.py | 4 ++++ 3 files changed, 21 insertions(+) diff --git a/.claude/skills/week_work_package_log/README.md b/.claude/skills/week_work_package_log/README.md index c6a0642..b0102cf 100644 --- a/.claude/skills/week_work_package_log/README.md +++ b/.claude/skills/week_work_package_log/README.md @@ -211,3 +211,16 @@ OPENPROJECT_TOKEN=your_api_token_here - 先顯示樹狀格式 - 接著輸出JSON格式 - 兼顧可讀性和資料處理需求 + +## 貢獻者與致謝 + +本 skill 的開發受益於以下貢獻: + +### 主要貢獻 +- **kinoshitakenta** - 來自 [openproject-work-time-reports](https://ixd.gitea.techmation.com.tw/Zhubei_iXD/openproject-work-time-reports) 專案的重要貢獻 + +### 致謝 +感謝所有為 OpenProject API 整合和工時報告功能做出貢獻的開發者們。 + +--- +*Built with ❤️ for iXD Team* diff --git a/.claude/skills/week_work_package_log/examples.py b/.claude/skills/week_work_package_log/examples.py index 5574128..b18c3b6 100644 --- a/.claude/skills/week_work_package_log/examples.py +++ b/.claude/skills/week_work_package_log/examples.py @@ -2,6 +2,10 @@ """ Week Work Package Log 使用範例腳本 展示樹狀格式顯示的各種使用場景 + +Credits: +- kinoshitakenta: Based on contributions from openproject-work-time-reports + (https://ixd.gitea.techmation.com.tw/Zhubei_iXD/openproject-work-time-reports) """ import sys diff --git a/.claude/skills/week_work_package_log/work_package_logger.py b/.claude/skills/week_work_package_log/work_package_logger.py index 1a45fd4..6d316be 100644 --- a/.claude/skills/week_work_package_log/work_package_logger.py +++ b/.claude/skills/week_work_package_log/work_package_logger.py @@ -3,6 +3,10 @@ Week Work Package Log - OpenProject API client with tree-style display Fetches time entries for work packages and displays them in a tree format showing the hierarchical relationships between projects and work packages. + +Contributors: +- kinoshitakenta: Original contributions from openproject-work-time-reports + (https://ixd.gitea.techmation.com.tw/Zhubei_iXD/openproject-work-time-reports) """ import json