From edc39143aa1a968aad8347a0b1d2002c74cb4e65 Mon Sep 17 00:00:00 2001 From: Saket Kaswa <69873821+SaketKaswa@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:59:54 +0530 Subject: [PATCH 1/2] Update readme.md --- readme.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index c048869..6b620c3 100644 --- a/readme.md +++ b/readme.md @@ -1,23 +1,24 @@ -# browserify-website +# Browserify-website -the static site that is http://browserify.org +The static site that is http://browserify.org CSS forked from https://github.com/the-gss/the-gss.github.io Articles are hand updated every once in a while from [this markdown file](https://github.com/learn-js/learn-js.github.com/blob/master/_posts/posts/2013-11-24-browserify-resources.md) -## contributing +## Contributing -we like pull requests that: +We like pull requests that: -- add meaningful new content -- fix bugs in modern browsers -- improve visual design -- make browserify easier to understand/use/get started with +- Add meaningful new content +- Fix bugs in modern browsers +- Improve visual design +- Make browserify easier to understand/use/get started with -please don't send pull requests that do the following: +Please don't send pull requests that do the following: -- reorganize css -- optimize images -- refactor without making any substantive changes to the website +- Reorganize css +- Rptimize images +- Refactor without making any substantive changes to the website -the browserify website currently does its job well and doesn't have any scaling problems. the overhead of merging in small pull requests often just isn't worth it for us. sorry! +The browserify website currently does its job well and doesn't have any scaling problems. The overhead of merging in small pull requests often just isn't worth it for us. +Sorry! From 492ecdc6b565adc01b2d657342065e036efa27d7 Mon Sep 17 00:00:00 2001 From: Saket Kaswa <69873821+SaketKaswa@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:00:16 +0530 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6b620c3..a519798 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ We like pull requests that: Please don't send pull requests that do the following: - Reorganize css -- Rptimize images +- Roptimize images - Refactor without making any substantive changes to the website The browserify website currently does its job well and doesn't have any scaling problems. The overhead of merging in small pull requests often just isn't worth it for us.