QA/GetInvolved/ja

    From The Document Foundation Wiki
    < QA
    This page is a translated version of the page QA/GetInvolved and the translation is 65% complete.
    Outdated translations are marked like this.


    始めましょう

    QAとは?

    QAとは、品質保証(Quality Assurance)の略です。 QAは、ユーザーが、良いソフトウェアを入手できるように、最新のLibreOfficeをテストして改善することです。これは開発フェーズから最終的なリリースまでいつでも行われています。

    私たちの最初のゴールは、最も厄介で緊急のバグを発見・確認して、それらを解決するために開発者に引き渡すことです。 そのため、私たちはエンドユーザーと開発者との橋渡し、ユーザ体験を向上させるために、各バグ報告を適切な解決に導くよう試みます。私たちはバグを再現し、それに正しい優先順位を与え、重複をみつけ、修正の検証を行います。

    初心者のためのクイックスタートガイド

    あなたが初心者であれば、膨大な量の技術文書を読むのは気が進まないでしょう。それより、すぐに始めたいでしょう。さあ、とりかかりましょう。

    1. 最新の安定版(Fresh)をダウンロード してインストールする
    2. 直近のLibreOfficeマスタービルをダウンロード してインストールする
    3. TDFのBugzillaでアカウントを作成する
    1. 直近1ヶ月の未確認バグをこのクエリで開く (機能拡張の要望は意図的に除外しており、その他のものもフィルターされています)
    1. 気になるバグを選ぶ
    2. 重複を探す
    3. バグが重複しておらず、説明が不十分なものはステータスを NEEDINFO に設定する
    4. 安定版とマスタービルドで再現確認しようとした後、 ステータスを NEW にするか、 UNCONFIRMED のままにする

    These steps intentionally describe incomplete triaging, because beginners should not feel overwhelmed by all the myriad details one has to take into account when aiming for the "perfect" triage result. After a beginner gets comfortable with this simple routine, they should start moving into more complete triaging. It is not efficient to leave the completion of triaging to others.

    QAにおける個人的成長のためのロードマップ

    Everyone has their own path when getting into LibreOffice QA. However, some people are more motivated by a clear framework of what they are expected to do. Here we present a proposal for QA career evolution.

    1. クイックスタートガイドにある軽いトリアージのルーチンを未確認バグに対して50件まで実施する
    1. 1年以上放置されているバグを50件まで再テストする

    with a daily master build of LibreOffice.

    1. Learn about the most important keywords and start using them: accessibility, bibisectRequest, dataLoss, filter:x, needUITest, perf, regression, text:x, wantBacktrace.
    1. Install a bunch of old versions and do regression testing for 100 unconfirmed bugs.
    2. Learn about priority and severity and request access to the contributors group from a Bugzilla admin.
    3. Learn how to get various traces and apply what you learned to reports with wantBacktrace or perf keywords (with no existing traces attached).
    4. Install a different operating system into a virtual machine, so you can do a wider variety of testing and tracing.
    1. Start critically evaluating enhancement requests while feeding them to the design team with needsUXEval keyword.
    2. Start doing bibisects. Do the tutorial first and move to reports with bibisectRequest keyword.
    3. Learn Python and start creating UI tests.
    4. Create Python unit tests.
    5. Learn C++ and create cppunit tests.

    確認する

    未確認の報告を見つける

    • オペレーティングシステム別:
    All Linux macOS Windows Android
    • 時間別:
    last 24 hours last week last month 直近の6ヶ月

    Unconfirmed reports without comments

    In order to speed up the triage of unconfirmed reports, we automatically tag them with QA:needsComment in the whiteboard if the report follows these conditions:

    • Inactive for more than 2 weeks
    • No comments from a third person

    Check the list here

    バグの再現を試みる

    いくつかのバグはオペレーティングシステムに特有なので、異なるオペレーティングシステムでテストすることは良い考えです。しかしそれが可能ではないならば、ほとんどのバグはオペレーティングシステムに依らないので、あなたが現在使用しているオペレーティングシステムでテストしてください。

    Below you will find boilerplate comments for some common scenarios. For more suggestions on how to comment in reports and browser tools to make commenting efficient, see our Pre-Written Responses.

    • もしバグが再現できたなら、バグステータスを NEW にセットしてコメントを追加してください:
    Thank you for reporting the bug. I can confirm that the bug is present in
    
    [the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog)]
    
    • もしバグを再現することができないならば、ステータスを UNCONFIRMED のままにしてコメントを追加してください:
    Thank you for reporting the bug. I can not reproduce the bug in
    
    [the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog)]
    
    • If the bug report description is too difficult to understand set the bug status to NEEDINFO and add the following comment:
    Thank you for reporting the bug. 
    Unfortunately without clear steps to reproduce it, we cannot track down the origin of the problem. 
    Please provide a clearer set of step-by-step instructions on how to reproduce the problem.
    I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested information is provided.
    
    • もしバグを確かめるためにドキュメントが必要であるならば、ステータスを NEEDINFO にセットしてコメントを追加してください:
    Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. 
    I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided.
    (Note that the attachment will be public, remove any sensitive information before attaching it.
    See <https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F> for further detail.)
    

    追加ステップ

    • In case the bug Summary is not clear enough, update it so it better explains the real/main problem being addressed and makes it easier to find duplicates.
    • The Component field can also be updated to better specify which component the problem found in or originates from.
      • Enhancement bug reports requesting the addition of new features need to be first evaluated by the UX team to determine whether it should be implemented or not, so simply set the bug status to NEW, set the Component field to ‘LibreOffice’ and add ‘needsUXEval’ to the Keywords field.
    • Check if the bug is a regression.


    Follow the Current development of unconfirmed bugs and see the detailed bug triage instructions for more details.

    デイリービルドのテスト

    1. Download the latest daily build (make sure the Date is recent)
      Linux (RPM & DEB)
      • 32-bit - with GTK3, KDE5 and all helppack languages enabled
      • 64-bit - with GTK3, KDE5 and all helppack languages enabled
      • Updater - Gets updated daily (experimental)
      Windows
      macOS
    2. Install it. (Note that it will not replace your actual installation — this is a development version that will not install as a production version.)
    3. Test it. Check the Release Notes to see what's new in this release.
    4. If you find a bug, please report it here providing all the information available (steps to reproduce the issue, the document affected, detailed description, OS...)

    Note: For help, please join #libreoffice-qa IRC:// IRC.

    プレリリースのテスト

    1. Download the lastest pre-release version (LibreOffice 6.4 Aplha 1)
      Linux (64-bit)

    Note: For help, please join #libreoffice-qa IRC:// IRC.

    再テスト

    Every day we ping bugs untouched for more than a year to check whether they may have been fixed in the meantime. More information can be found in the AutomatedTasks article.

    再テストするバグを見つける

    • 今日投稿されたバグ:
    All Linux macOS Windows Android
    • この7日間で投稿されたバグ:
    All Linux macOS Windows Android
    • この1ヶ月間で投稿されたバグ:
    All Linux macOS Windows Android
    • この3ヶ月間で投稿されたバグ:
    All Linux macOS Windows Android
    • この半年間で投稿されたバグ:
    All Linux macOS Windows Android

    バグの再現を試みる

    If the bug is present in the latest version of LibreOffice, put the following comment with the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog).

    This bug is still present in
    
    [the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog)]
    

    If the bug is not present and you are sure you followed the bug steps correctly, change the status to RESOLVED WORKSFORME and put the following comment:

    This bug is no longer reproducible in
    
    [the LibreOffice version details you tested with (can be copied from the Help ▸ About LibreOffice dialog)]
    
    Changing status to RESOLVED WORKSFORME
    

    どうかこれはやらないでください

    • バージョン欄を更新する
    • バグトラッカーにそのままリプライする代わりに、Eメール経由でリプライする
    • ある特定のコミットで問題が修正された時だけに使用されるステータスの RESOLVED - FIXED にバグのステータス欄をセットする

    追加ステップ

    連絡を取る

    どのような助けであっても大いに感謝されます。次の手段でいつでも連絡できます。