Issue template should encourage notes regarding the operating system and browser were the issue was detected.
PR template should allow contributor to provide their own description of changes at top, with closes #n where relevant. It should have an internal use section below this acting as a checklist for reviewers. See for example:
_Describe your changes here. Mark relevant issues for closure with `closes #N`._
---
_Internal use. **DO NOT DELETE!**_
- [ ] Tests passing
- [ ] Coverage sufficient
- [ ] Manual review
- [ ] No A11y regression
- [ ] Translations provided or not needed
Issue template should encourage notes regarding the operating system and browser were the issue was detected.
PR template should allow contributor to provide their own description of changes at top, with
closes #n
where relevant. It should have an internal use section below this acting as a checklist for reviewers. See for example:Something like that.