From 8e0ee6e4e9d63ed44af8e79ccb5194da086e29fa Mon Sep 17 00:00:00 2001 From: Rajeev N B Date: Sat, 24 Mar 2018 12:04:06 +0530 Subject: [PATCH] add contribution guidelines --- README.md | 2 +- guidelines.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 guidelines.md diff --git a/README.md b/README.md index f00e942..13d6614 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Collection of Important Podcasts for software engineers -List of podcasts which are helpful for software engineers +List of podcasts which are helpful for software engineers/programmers ### Data/MachineLearning diff --git a/guidelines.md b/guidelines.md new file mode 100644 index 0000000..deaa0ab --- /dev/null +++ b/guidelines.md @@ -0,0 +1,10 @@ +### Contribution Guidelines + +Please feel free to raise a PR to add your favorite podcast to the list keeping in mind: + +- Add your podcast in appropriate category in ascending order of name +- If there is no matching category, add a new category to the list in ascending order of category name +- Add a description of the podcast which includes frequency of episodes and what are the topics it covers +- Raise a PR + +Thanks