[RFC] Git mailing list filters
まだ誰も着手していません。
- 主要言語
- CSS
- スター
- 373
- フォーク
- 325
- 平均マージ
- 4日 18時間
- マージ済み PR(30日)
- 1
説明
Hello!
I was discussing with @chriscool about adding instructions to git.github.io about filtering messages from the Git mailing lists. I don't know exactly which would be the best page to place them (perhaps Hacking Git? or a new page dedicated to dealing with communication?).
This work for me (please note that I use GMail and I'm following its searching syntax):
| Type | Folder | Mark as read | Search string |
|---|---|---|---|
| Messages including me | Inbox | No | (default behavior) |
| Patch | Git/Patches | Yes | from:(-<my address>) subject:PATCH (list:git@vger.kernel.org AND -to:<my address>) |
| What's cooking | Git/What's cooking | No | from:(-<my address>) subject:(What's cooking in git.git) (list:git@vger.kernel.org AND to:-<my address>) |
| Rev News | Git/Rev News | No | from:(-<my address>) subject:("[ANNOUNCE] Git Rev News") (list:git@vger.kernel.org AND to:-<my address>) |
| Other | Git/Discussion | No | from:(-<my address>) subject:(-PATCH -"What's cooking" -"[ANNOUNCE] Git Rev News") (list:git@vger.kernel.org AND to:-<my address>) |
I would like to hear you if you have any comments on these filters. I want do to something for filtering Git releases but GMail's syntax isn't powerful enough to do that (unless if I do some tricks checking the messages bodies, which is a fragile assumption).
Thanks!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
git.github.io のドキュメント構成、特に Hacking Git ページの候補を確認し、提案されている Gmail フィルタを既存のサイト内容と比較します。適切な配置場所を選び、有用なメーリングリスト用フィルタを明確に文書化したうえで、Gmail の構文で対応できない場合は release filtering が対象外であることを明記できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- git
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100