Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.49 KB

CONTRIBUTING.md

File metadata and controls

48 lines (35 loc) · 2.49 KB

PHPUnitドキュメンテーションのお手伝いをするには | Contributing to the PHPUnit Documentation

このリポジトリは、PHPUnitマニュアル(英語版)の日本語訳です。

誤字脱字、英語版とのずれ、誤訳などがあればお気軽にご指摘ください。 issueやpull requestは日本語で書いてもらってもまったく問題ありません。 Of course, issue reports written in English are also welcome :)

以下は、英語版レポジトリのCONTRIBUTING.mdの内容です。

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Workflow

  • Fork the project
  • Make your changes
  • Run make html to make sure that the documentation can be built and looks as expected
  • Send a pull request against the oldest branch of the documentation to which your changes are relevant

Please target the oldest branch affected in case your pull request fixes a bug or typo.

Please make sure that you have set up your user name and email address for use with Git. Strings such as silly nick name <root@localhost> look really stupid in the commit history of a project.

Due to time constraints, we are not always able to respond as quickly as we would like. Please do not take delays personal and feel free to remind us if you feel that we forgot to respond.

Reporting issues

Please use the issue tracker of the affected language to create new tickets. General issues should always be reported in the issue tracker of the English documentation.