From bb0db1c2c2d32d0c804a7d25be75a2c33d1ae3a1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 31 May 2016 16:23:20 +0700 Subject: [PATCH 1/7] fix heading capitalization --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index cc7bac0..a32da68 100644 --- a/readme.md +++ b/readme.md @@ -24,8 +24,8 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Platforms](#platforms) - [Programming Languages](#programming-languages) -- [Front-end Development](#front-end-development) -- [Back-end Development](#back-end-development) +- [Front-End Development](#front-end-development) +- [Back-End Development](#back-end-development) - [Computer Science](#computer-science) - [Big Data](#big-data) - [Theory](#theory) @@ -127,7 +127,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [TypeScript](https://github.com/dzharii/awesome-typescript) -## Front-end Development +## Front-End Development - [ES6 Tools](https://github.com/addyosmani/es6-tools) - [Web Performance Optimization](https://github.com/davidsonfellipe/awesome-wpo) @@ -179,7 +179,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [PostCSS](https://github.com/jjaderg/awesome-postcss) -## Back-end Development +## Back-End Development - [Django](https://github.com/rosarior/awesome-django) - [Flask](https://github.com/humiaozuzu/awesome-flask) From 99387d47c18940bfb644276e8ab87da286849646 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Tue, 31 May 2016 02:48:49 -0700 Subject: [PATCH 2/7] Add Bioinformatics (#614) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a32da68..e0a0b33 100644 --- a/readme.md +++ b/readme.md @@ -421,6 +421,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Economics](https://github.com/antontarasenko/awesome-economics) - An economist's starter kit - [Electric Guitar Specifications](https://github.com/gitfrage/guitarspecs) - Checklist for building your own electric guitar - [Funny Markov Chains](https://github.com/sublimino/awesome-funny-markov) +- [Bioinformatics](https://github.com/danielecook/Awesome-Bioinformatics) ## License From b461b49355eb429187af5dd4cf7b780eb24a5c00 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Tue, 31 May 2016 11:52:08 +0200 Subject: [PATCH 3/7] Add pull request template (#670) --- pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..969ac41 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,19 @@ + + +**URL to your list here** + +**Explain what your list is about and why it is awesome enough to be included here.** + +- [ ] I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md). +- [ ] I have read and understood [create-list.md](https://github.com/sindresorhus/awesome/blob/master/create-list.md). +- [ ] This PR (and commit) have a descriptive title. +- The list I added + + - [ ] is not a duplicate, + - [ ] has been around for a few weeks, + - [ ] only has awesome items with descriptions, + - [ ] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), + - [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license): **your license type here (e.g. CC0, CC-BY, ...)**, + - [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines), + - [ ] has been checked for inconsistent formatting, spelling and grammar, and + - [ ] has been added at the bottom of the appropriate category. From 8900f38cb366e093e3a0bd5bc7b5103d1a2773be Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 31 May 2016 17:03:40 +0700 Subject: [PATCH 4/7] minor tweaks to the pull request template --- pull_request_template.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 969ac41..c811ec4 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,19 +1,17 @@ - + -**URL to your list here** +**URL to your list here.** **Explain what your list is about and why it is awesome enough to be included here.** -- [ ] I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md). -- [ ] I have read and understood [create-list.md](https://github.com/sindresorhus/awesome/blob/master/create-list.md). -- [ ] This PR (and commit) have a descriptive title. +- [ ] I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) and the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md). +- [ ] This pull request has a descriptive title. - The list I added - - - [ ] is not a duplicate, - - [ ] has been around for a few weeks, - - [ ] only has awesome items with descriptions, - - [ ] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge), - - [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license): **your license type here (e.g. CC0, CC-BY, ...)**, - - [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines), - - [ ] has been checked for inconsistent formatting, spelling and grammar, and - - [ ] has been added at the bottom of the appropriate category. + - [ ] is not a duplicate, + - [ ] has been around for a few weeks, + - [ ] only has awesome items with descriptions, + - [ ] contains the [awesome badge](https://github.com/sindresorhus/awesome/blob/master/awesome.md#awesome-badge) on the right side of the list heading, + - [ ] has an [appropriate license](https://github.com/sindresorhus/awesome/blob/master/awesome.md#choose-an-appropriate-license), + - [ ] has [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/awesome.md#include-contribution-guidelines), + - [ ] has been checked for inconsistent formatting, spelling and grammar, and + - [ ] has been added at the bottom of the appropriate category. From d612f06f043916a9c5b741333a0e3fbdc0f93530 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Wed, 1 Jun 2016 08:41:43 +0200 Subject: [PATCH 5/7] Add Serverless Framework (#666) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e0a0b33..2115d76 100644 --- a/readme.md +++ b/readme.md @@ -200,6 +200,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Dropwizard](https://github.com/stve/awesome-dropwizard) - [Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) - [Lumen](https://github.com/unicodeveloper/awesome-lumen) +- [Serverless Framework](https://github.com/JustServerless/awesome-serverless) ## Computer Science From 340186d77170d52e0f53b5d5d59f35321dbb321a Mon Sep 17 00:00:00 2001 From: pokeball99 Date: Wed, 1 Jun 2016 13:49:35 +0700 Subject: [PATCH 6/7] put JSON lists together i don't think this is an unreasonable change, or if you want @sindresorhus, I could change it to be underneath the javascript, since JSON is a subset of javascript data Closes #673 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2115d76..e9da13f 100644 --- a/readme.md +++ b/readme.md @@ -357,11 +357,12 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht ## Miscellaneous - [JSON](https://github.com/burningtree/awesome-json) + - [GeoJSON](https://github.com/tmcw/awesome-geojson) + - [Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Discounts for Student Developers](https://github.com/najela/discount-for-student-dev) - [Slack](https://github.com/matiassingers/awesome-slack) - [Communities](https://github.com/filipelinhares/awesome-slack) - [Conferences](https://github.com/RichardLitt/awesome-conferences) -- [GeoJSON](https://github.com/tmcw/awesome-geojson) - [Sysadmin](https://github.com/n1trux/awesome-sysadmin) - [Radio](https://github.com/kyleterry/awesome-radio) - [Awesome](https://github.com/sindresorhus/awesome) @@ -399,7 +400,6 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [Niche Job Boards](https://github.com/wfhio/awesome-job-boards) - [Data Visualization](https://github.com/fasouto/awesome-dataviz) - [Social Media Share Links](https://github.com/vinkla/share-links) -- [JSON Datasets](https://github.com/jdorfman/awesome-json-datasets) - [Microservices](https://github.com/mfornos/awesome-microservices) - [Unicode Code Points](https://github.com/Codepoints/awesome-codepoints) - [Internet of Things](https://github.com/HQarroum/awesome-iot) From 3522b5bb4221770c400f533311e30ddf2ced6ff9 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Wed, 1 Jun 2016 10:13:28 +0200 Subject: [PATCH 7/7] Improve PR template (#676) --- pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index c811ec4..4d866ba 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,8 +1,8 @@ - + -**URL to your list here.** +**URL to the list here.** -**Explain what your list is about and why it is awesome enough to be included here.** +**Explain what this list is all about and why it should be included here.** - [ ] I have read and understood the [contribution guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) and the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/master/create-list.md). - [ ] This pull request has a descriptive title.