From 0a921d31394a3d78f80d2262673fc5c1966db300 Mon Sep 17 00:00:00 2001 From: wireguy <47227325+wireguy@users.noreply.github.com> Date: Wed, 6 Mar 2019 08:41:49 -0500 Subject: [PATCH] Add request for host to contributing template update contributing.md template: - add a request to add the host information - remove period character to be consistent with other bullet points --- contributing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 4e5dbb1..998ffa9 100644 --- a/contributing.md +++ b/contributing.md @@ -8,7 +8,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.