Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Configuration files

オープン
#5 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
git, python
領域
cli, tooling

調査の方向性

まず、既存の設定読み込みと、issue に記載されている git-config の処理をたどります。設定ファイルの形式、環境フラグ、コマンドラインオプション、git-config に対する優先順位、および init サブコマンドを含めるかどうかを決定します。スコープ、形式、優先順位、init の動作が仕様化され、テストでカバーされていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement

At present, configuration can be loaded from one of three places (in order of priority):

  1. Environment flags, e.g. PW_USERNAME
  2. Command-line options, e.g. --username
  3. The git-config cache, e.g. git config pw.username

There's no reason to break this. However, we should add a fourth mechanism: configuration files. This would allow us to distribute the configuration as part of source control. This configuration file could take the format of pwclientrc files. However, we may also wish to learn from some of the mistakes of that format.

If we do this, we may also wish to add an init sub-command, which would initialize the git-config cache with this data.

主要言語
Python
スター
39
フォーク
23
平均マージ
48分
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getpatchwork/git-pw のほかの issue

getpatchwork/git-pw の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。