thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

Add issue and pull request templates #93

Closed thombruce closed 1 year ago

thombruce commented 1 year ago

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

Something like that.