From 667da226624c44e4a5ac59fc184c2aeead21b484 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 30 Mar 2018 23:21:35 -0400 Subject: [PATCH 1/2] Create .github Move templates here --- .github | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github diff --git a/.github b/.github new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.github @@ -0,0 +1 @@ + From b63518b3421224704514ea36ba9a9238a91eaade Mon Sep 17 00:00:00 2001 From: Benjamin H C Carr Date: Fri, 30 Mar 2018 23:23:05 -0400 Subject: [PATCH 2/2] Move PR Template to appropriate folder. --- .github | 9 +++++++++ pull_request_template.md | 10 ---------- 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 pull_request_template.md diff --git a/.github b/.github index 8b13789..8438de4 100644 --- a/.github +++ b/.github @@ -1 +1,10 @@ +Before raising a PR and it getting merged, make sure you have completed the following: +### Things to do: + +- [ ] 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 +- [ ] Add a brief description of the podcast +- [ ] Add the frequency of episodes (Check the list for examples) + +Thanks for your contributions and being awesome :) Cheers. diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 8438de4..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,10 +0,0 @@ -Before raising a PR and it getting merged, make sure you have completed the following: - -### Things to do: - -- [ ] 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 -- [ ] Add a brief description of the podcast -- [ ] Add the frequency of episodes (Check the list for examples) - -Thanks for your contributions and being awesome :) Cheers.