You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up the report created by `perlbug` so that it looks better
when pasted in a GitHub issue:
- Put the 'perl configuration' in a code-block
- Hide some sentences
- Clean up 'Flags' section (it was shown as a very big header and
taking up quite a lot of space)
- Add `**Description**`, `**Steps to Reproduce**` and `**Expected behaviour**`
in the body of the report (similar to the GitHub issue template)
- If this is a report about a core module then also put the name of the Module
at the top (it's still included in 'Flags' as well)
- ...
(There are two newlines added before 'Flags', this is to deal with someone
using `perlbug -b foo`, without the newlines GitHub would make turn the
'foo' into a title)
0 commit comments