diff --git a/pull_request_template.md b/pull_request_template.md index 38eab9a..d2a439f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -6,4 +6,7 @@ - [ ] I have added the icon to static/images/apps with the correct name matching what's in the .ini. - [ ] I tested it to make sure it looks good in the interface -# [ ] I'm submitting a platform \ No newline at end of file +# [ ] I'm submitting a platform +- [ ] I looked at the other platform examples and followed a very similar methodology. +- [ ] I added a docstring at the top of my platform file that is formatted exactly like rest.py +- [ ] I added sample code to any template app that this platform works for, look at deluge.ini in /template_apps/ for an example \ No newline at end of file