From 57e6632d2d2122332ec27363182ad5d32a0bfa01 Mon Sep 17 00:00:00 2001 From: Kendrick Tan Date: Wed, 24 Jan 2018 22:52:11 +1000 Subject: [PATCH 1/2] added MIT MOOC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4fd9c1..2a71797 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at ## MOOCS +- [MIT Quantum Information Sciences](https://ocw.mit.edu/courses/media-arts-and-sciences/mas-865j-quantum-information-science-spring-2006/lecture-notes/) - A series of lecture notes on the MIT quantum information sciences course. - [Quantum Mechanics and Quantum Computation](https://www.edx.org/course/quantum-mechanics-quantum-computation-uc-berkeleyx-cs-191x) - A conceptual introduction to the fundamental principles of quantum mechanics. ## Development Tools From d64d0bc31522e836091789e129919a7ba63993dc Mon Sep 17 00:00:00 2001 From: Desiree Vogt-Lee Date: Thu, 25 Jan 2018 07:50:06 +1000 Subject: [PATCH 2/2] updated CONTRIBUTING --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26a1249..5dad3fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,9 +13,10 @@ When making a **pull request**, please make sure to: - Make a separate pull request for each suggestion. - Include a link to the resource and briefly describe what it is and why it should be included. - Add new categories or improve existing categorization when appropriate. +- Within categories, please ensure link names are in alphabetical order. - Have your description: - Be short and simple, descriptive but not pitchy or promotional. - - Follow this format: `[package](link) - Description.` + - Follow this format: `[name](link) - Description.` - Start with a capital and end with a full stop/period; no trailing whitespace. - Checked for spelling and grammar.