Skip to content

Commit

Permalink
fix(template): add retrocompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthierpetetin committed Oct 20, 2023
1 parent 43ea79e commit d128dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check-issue-template-and-add-labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const generalIssueTemplateTitles = [
const bugReportTemplateTitles = [
'### Describe the bug',
'### Expected behavior',
'### Screenshots/Recordings',
'### Screenshots', // TODO: replace '### Screenshots' by '### Screenshots/Recordings' in January 2024 (as most issues will meet this criteria by then)
'### Steps to reproduce',
'### Error messages or log output',
'### Version',
Expand Down

0 comments on commit d128dd7

Please sign in to comment.