Manual:Pywikibot/開発
Pywikibot |
---|
|
バグ報告の方法
We recommend that you test if the bug is still present in the latest available revision, as stored in Git. If the problem still persist, when you report a bug, please try to include:
- A nice task title.
- A full description of the problem/report.
- Explain the difference between expected output and real output.
- How to reproduce the bug, with full information (script, command line, family, and language used).
- The console output provided by the script (included the Python traceback if you are reporting a crash).
- Post the output of
version.py
.
To submit a new bug, visit the bug tracker. You may check existing bug reports.
開発
If you have thought of a function you want to have, and none of the bots provides it yet, you can ask one of the programmers to write it for you. Or even better, you can try to work on the bots yourself. Python is a nice language, and not hard to learn. We will welcome you.
Commit access
Anyone can get a Developer account . Once you've registered, if you're interested in working on Pywikibot, please email the mailing list and introduce yourself and mention what you'd like to work on, so other people can greet you.
Working with source code
パッチの投稿方法
Configure Git and Gerrit. Follow steps in Gerrit/Tutorial and run this:
$ git clone https://gerrit.wikimedia.org/g/pywikibot/core
and after modifying the code, follow the steps in Gerrit/Tutorial .
ガイドライン
See the general Python coding conventions and the Pywikibot development guidelines .
説明文書
This is the user and developer manual, as can be found on Manual:Pywikibot , please help keeping it updated.
The code itself is partly documented. You can find them, e.g. at:
as well as unit test code coverage reports at:
- Test coverage (関連項目 phab:T74863)
ボットとプロキシ
Use requests environment variables. phab:T111752 を参照してください。
ネットワークの問題点のデバッグ
See Pywikibot/mitmproxy for tips.
関連項目
- (Git) gerrit.wikimedia Code Review: https://gerrit.wikimedia.org/r/admin/repos/pywikibot,general