java_ja_ossにでて知ったことメモ。
Symfonyコミュニティ、PRの内容を知るためのテンプレート。
https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
[Yaml] fixed something [Form] [Validator] [FrameworkBundle] added something The pull request description must include the following checklist at the top to ensure that contributions may be reviewed without needless feedback loops and that your contributions can be included into Symfony as quickly as possible: | Q | A | ------------- | --- | Bug fix? | [yes|no] | New feature? | [yes|no] | BC breaks? | [yes|no] | Deprecations? | [yes|no] | Tests pass? | [yes|no] | Fixed tickets | [comma separated list of tickets fixed by the PR] | License | MIT | Doc PR | [The reference to the documentation PR if any]
なるほどー。コミュニケーションを円滑にするために、こういうの良いですね。コミュニティで用意しているの。
tests pass? で no がとは…