Open
Description
Especially at Phobos it's a lot of work to point out common mistakes and I think we should automate this. An incomplete list of common mistakes
- Bugfix without unittest
- Bugfix without Bugzilla reference in correct syntax
- Style / whitespace violations
- not everything is covered by
make -f posix.mak style
4) ...
Another big problem is that test failures are often hard to interpret for newcomers. Maybe we could have a simple heuristic that comments if there has been a failure and the user has submitted less than five PRs to Phobos with helpful information about how to deal with CI errors?