From c8d2c383af7f3370b308c954eaddbcc82892b81b Mon Sep 17 00:00:00 2001 From: Ross Mountjoy Date: Fri, 14 Feb 2020 21:31:55 +0000 Subject: [PATCH] Update 'pull_request_template.md' --- pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index d2a439f..e175ebd 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -9,4 +9,6 @@ # [ ] 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 +- [ ] I added sample code to any template app that this platform works for, look at deluge.ini in /template_apps/ for an example +- [ ] I have thoroughly tested this platform and it works +- [ ] I am committed to updating this platform if something breaks it in the future \ No newline at end of file