v1.13.0
cloudpossebot
released this
16 Feb 15:17
·
38 commits
to refs/heads/master
since this release
Modernize GitHub Issue Templates @nitrocode (#325)
what
- Convert bug report type to yaml
- Convert feature request type to yaml
- Use comments and dashes in PR template
- Get reviews from multiple team members
why
- Modernize our templates
- Use YAML so the prompts are more structured
- Comment out PR template placeholder text so the user can add uncommented text without having to delete the placeholder text
- Dashes in PR template instead of asterisks as this is recommended by prettier and it saves some typing. The dash is a single key whereas the asterisk is a SHIFT + 8.
- @korenyoni originally recommended this and we've been doing this in clients.
references
- https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
- https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
- prettier/prettier#4251
- See preview of PR template
- See below for screenshots of the new bug report and feature request templates