From ca8954bd62f2dda1dffa8b65a794f705f3a3e059 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 20 Jun 2019 01:41:12 +0200 Subject: [PATCH 1/7] minor changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 115a7b1..7f97f8c 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ We manage our resources in `store.json`. The schema is as follows: If you just want to add a resource to an already existing category, extend the `resources` array with your resources. Please include all the keys enlisted (`title`, `desc`, `url`). For URLs, please consider the following: -- Do not link to language specific pages (e.g., don't link to `.org/en-US/docs`, instead, link to `/docs` if possible). -- Do not use '&' as it will break the URL referencing. +- Do not link to language specific pages (e.g. don't link to `.org/en-US/docs`, instead, link to `/docs` if possible). +- Do not use `'&'` as it will break the URL referencing. - We won't allow referral links. To add a completely new resource, include a new object at the root of the array, the pages are dynamically rendered so you don't have to worry about anything else. Again, include all the enlisted keys, reference to the schema above. From 946ada02c075c8046012d8948350d8f0e4c2bacb Mon Sep 17 00:00:00 2001 From: "Adro.codes" Date: Thu, 20 Jun 2019 09:56:01 +1000 Subject: [PATCH 2/7] Added JustREM JustREM allows you to easily and quickly convert pixel values into rem values. --- store.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/store.json b/store.json index d318e1f..d1d8476 100644 --- a/store.json +++ b/store.json @@ -168,6 +168,11 @@ "title": "CSS Animation", "desc": "CSS animation articles, tips and tutorials. Level Up Your CSS Animation Skills.", "url": "https://cssanimation.rocks/" + }, + { + "title": "JustREM", + "desc": "Easily and quickly convert pixel values into rem values.", + "url": "https://justrem.xyz/" } ] }, @@ -1058,4 +1063,4 @@ } ] } -] \ No newline at end of file +] From 995c5afcc5da56dacbcfcef2404a87f623d5b6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Thu, 20 Jun 2019 02:08:19 +0200 Subject: [PATCH 3/7] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4fe86d5..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: feature +labels: '' assignees: '' --- From 13fb14c28059b52fc36b815e22cd386e88085615 Mon Sep 17 00:00:00 2001 From: JonasPardon Date: Thu, 20 Jun 2019 09:05:44 +0200 Subject: [PATCH 4/7] Add Laracasts to the PHP resources --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index d318e1f..45f9e7e 100644 --- a/store.json +++ b/store.json @@ -571,6 +571,11 @@ "title": "Your code sucks, let's fix it", "desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.", "url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808" + }, + { + "title": "Laracasts", + "desc": "Learn practical, modern web development, through expert screencasts on Laravel, Vue, and so much more.", + "url": "https://laracasts.com" } ] }, From f6d2b8627d57c9ec329480b6a9a9e8e69fa4cdf5 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 20 Jun 2019 11:58:21 +0200 Subject: [PATCH 5/7] cleanup php section --- store.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/store.json b/store.json index 58a4842..018d0c5 100644 --- a/store.json +++ b/store.json @@ -523,14 +523,9 @@ "url": "https://www.php.net/manual/en/" }, { - "title": "PHP for beginners", - "desc": "We all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you'll learn the fundamentals of PHP - all the way down to defining variables and arrays.", - "url": "https://laracasts.com/series/php-for-beginners" - }, - { - "title": "Learn PHP in Y Minutes", - "desc": "A quick short overview of PHP utilizing most of the spec.", - "url": "https://learnxinyminutes.com/docs/php/" + "title": "Laracasts", + "desc": "Learn practical, modern web development, through expert screencasts on Laravel, Vue, and so much more.", + "url": "https://laracasts.com" }, { "title": "An online book for learning PHP", @@ -576,11 +571,6 @@ "title": "Your code sucks, let's fix it", "desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.", "url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808" - }, - { - "title": "Laracasts", - "desc": "Learn practical, modern web development, through expert screencasts on Laravel, Vue, and so much more.", - "url": "https://laracasts.com" } ] }, From d40554332f19b12e13ad55352226f3188726d0f4 Mon Sep 17 00:00:00 2001 From: lostdesign Date: Thu, 20 Jun 2019 12:55:37 +0200 Subject: [PATCH 6/7] fix spacing --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 9b72fd3..6609795 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,8 @@