Commit Graph

4 Commits

Author SHA1 Message Date
Michael Tautschnig 961bebdda4 Travis: Make linter and clang-format failures fatal
Instead of requesting contributors to tick "my contribution is formatted ..."
just make CI fail if it isn't properly formatted. When there are good reasons to
ignore the formatting recommendations use // clang-format {off,on} and // NOLINT
with clang-format and the linter, respectively.
2018-10-15 11:00:35 +00:00
Michael Tautschnig 9f3047b9ca
Merge pull request #2972 from tautschnig/issue-template
GitHub issue template
2018-09-19 12:11:32 +01:00
Michael Tautschnig 8ad47589fe GitHub issue template
Provides immediate guidance to users submitting issues in order to avoid extra
round-trips asking for information.
2018-09-18 09:21:06 +00:00
Michael Tautschnig 9a56f42fce GitHub pull request template
The template provides guidance and a check-list to submitters to make sure code
reviews can be as efficient as possible.
2018-09-18 09:11:47 +00:00