On Thu, Jul 30, 2020 at 11:08:03AM +0200, Martin Liška wrote: > Hello. > > I support the initiative! > What would be nice to add leading 'PR component/12345' > to a git commit so that these test additions are linked to bugzilla issues.
Thanks! Yes, it should be clear which test tests a PR that has the monitored keyword. That may get lost when adding a lot of tests in one commit, but can always be clarified in a comment. Or just grep 'PR component/12345' in the testsuite; new tests should have this as their first line. Marek