From f6dce331721570ac72aabbd68654c1c9184628a7 Mon Sep 17 00:00:00 2001 From: wireguy <47227325+wireguy@users.noreply.github.com> Date: Thu, 7 Mar 2019 12:28:48 -0500 Subject: [PATCH] Add request for host to pull request template forgot to add host request to the PR template --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a5577e9..67a65b0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,8 @@ Before raising a PR and it getting merged, make sure you have completed the foll - [ ] Add podcasts in appropriate categories in ascending order of podcast name - [ ] 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. +- [ ] Add a host of the podcast (optional if hosted by group or panel) +- [ ] 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.