Update contributing notes and PR template

See https://github.com/Jermolene/TiddlyWiki5/pull/6511#issuecomment-1080430636
This commit is contained in:
jeremy@jermolene.com 2022-03-28 10:54:51 +01:00
parent e84acf97de
commit ad490017f8
2 changed files with 10 additions and 1 deletions

View file

@ -20,3 +20,11 @@ A clear and concise description of any alternative solutions or features you've
Add any other context or screenshots about the feature request here.
If you link to discussions elsewhere then please copy and paste the important text, and don't expect readers to scan the entire discussion to find the relevant part.
## Checklist before requesting a review
- [ ] Illustrate any visual changes (however minor) with before/after screenshots
- [ ] Self-review of code
- [ ] Documentation updates (for user-visible changes)
- [ ] Tests (for core code changes)
- [ ] Complies with coding style guidelines (for JavaScript code)