The Contribution Guide
コントリビューションガイド (日本語)
Please find the English translation at the end.
Java のメソッドを模倣するのにあたって
-
https://docs.oracle.com/javase/jp/8/docs/api/index.html を参考に同名のメソッドを
\PHPJava\Packages\配下に作っていきます。 - テストは書くようにお願いいたします。
- 実装の参考
既存のバグの修正について
- バグを発見した場合は、 Issue に起票いただけると大変うれしいです! もしくは Pull Request にて修正していただけると更にうれしいです!
- またバグを修正する Pull Request を立てて頂く場合、テストを書いていただくようにお願いいたします。
- 参考
言語について
- Issue 及び Pull Request の言語は日本語または英語であればどちらも問題ありません。扱いやすい言語でコントリビュートしていただければと思います。
- コード上にコメントアウトを記載する場合は、簡単なものでも構いませんので
英語でお願いいたします。
The Contribution Guide (English)
How to make imitated Java methods
- Make imitated Java methods under the
\PHPJava\Packages\in the same way as shown in https://docs.oracle.com/javase/jp/8/docs/api/index.html. - You must write tests.
- Implementation example:
How to fix bugs
- Please make an issue or PR when you found a bug. I will be glad.
- And you must write tests when you make a PR.
- For example:
About contribution languages
- You can make an issue or PR either in Japanese or English when you contribute.
- If you'll contribute in English, please write in simple English because we're not native speakers.
- Write comments in English at the source code.