73 comments (73 comments)46 reactions (46 reactions)1 assignee (1 assignee)TypeScript14,066 stars (14,066 stars)1,916 forks (1,916 forks)batch import
help wantednew package managerpriority-3-medium
説明
コントリビューターガイド
- 技術スタック
- pythontypescript
- 領域
- toolingbuild system
- Issue 種別
- feature
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 4
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- over 1 week
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- stale
- 明確さ期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
- mostly clear
- 前提条件
- Familiarity with Renovate's package manager architectureUnderstanding of conda package formatTypeScript knowledgeExperience with dependency update tools
- 初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
- 15
- 調査方針
- First, examine existing package manager implementations in Renovate (e.g., for npm, pip) in the lib/manager directory to understand the pattern. Then, review Conda's official documentation and the conda package format to design a manager that parses environment.yml or meta.yaml files. Evaluate whether Conda support requires changes to the host rules or datasource layer. Consider checking closed issues #2213 and related discussions for prior attempts and design decisions.