From 09ea97c675cd3a747bad3b5d6636ca0c3499e2c0 Mon Sep 17 00:00:00 2001 From: Alan Oliver Date: Fri, 30 Mar 2018 20:55:22 -0700 Subject: [PATCH 1/2] Adds table of contents Adds a table of contents for speedy linking to categories! --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 3fc5724..df681c1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,28 @@ List of podcasts which are helpful for software engineers/programmers. +## Table of Contents + +- [.NET](#net) +- [Agile](#agile) +- [Android](#android) +- [Angular](#angular) +- [C++](#c) +- [Data Science/Machine Learning](#data-sciencemachine-learning) +- [Devops](#devops) +- [Functional Programming](#functional-programming) +- [General Software](#general-software) +- [Go Programming Language](#go-programming-language) +- [Python](#python) +- [ReasonML](#reasonml) +- [Ruby/Rails](#rubyrails) +- [Kotlin](#kotlin) +- [Java](#java) +- [Swift](#swift) +- [Rust Programming Language](#rust-programming-language) +- [Security](#security) +- [Web development](#web-development) + ## .NET - [.NET Rocks](https://www.dotnetrocks.com/) From b98d726dd467bda50c779c7031fd6976a769f8ac Mon Sep 17 00:00:00 2001 From: Alan Oliver Date: Fri, 30 Mar 2018 20:59:08 -0700 Subject: [PATCH 2/2] Add table of contents to PR template --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 8438de4..56da69f 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -3,7 +3,7 @@ Before raising a PR and it getting merged, make sure you have completed the foll ### 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 +- [ ] 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)