From b493e66889f103fb23b58d455fc78af8dadea349 Mon Sep 17 00:00:00 2001 From: Alan Barr Date: Tue, 9 Oct 2018 22:23:45 +0100 Subject: [PATCH] Add runtime checkbox to pull request template Copied directly from contributing.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 56da69f..a5577e9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,5 +6,6 @@ Before raising a PR and it getting merged, make sure you have completed the foll - [ ] If there is no matching category, add a new category to the list in ascending order of category name, and add it to the table of contents in the same order - [ ] Add a brief description of the podcast - [ ] Add the frequency of episodes (Check the list for examples) +- [ ] Add the runtime of episodes, giving an approximate range and an average duration. Thanks for your contributions and being awesome :) Cheers.