From 0c442f40f1c6d77efaa26c0bb48aae361d22b3e2 Mon Sep 17 00:00:00 2001 From: Manish Garg Date: Mon, 2 Apr 2018 15:44:54 -0700 Subject: [PATCH 01/10] Initial stab at documentation cleanup --- ghdocs/{ => BestPractices}/Accessibility.md | 18 +-- .../Advanced.md} | 0 .../ComponentDesign.md} | 10 +- .../{STYLING.md => BestPractices/Styling.md} | 0 .../{TESTING.md => BestPractices/Testing.md} | 0 ghdocs/{ => BestPractices}/Theming.md | 0 ghdocs/CONTRIBUTING.md | 25 ----- ghdocs/Contributing/BugFixes.md | 14 +++ ghdocs/Contributing/CLA.md | 6 + ghdocs/Contributing/ChangeFiles.md | 34 ++++++ ghdocs/Contributing/GitBranchSetup.md | 104 ++++++++++++++++++ ghdocs/Contributing/NewComponent.md | 23 ++++ .../Fabric_Component.md} | 2 +- ghdocs/{ => Releases}/MIGRATION_TO_5.0.0.md | 0 .../BrowserSupport.md} | 0 ghdocs/images/pull-request-checks.png | Bin 0 -> 36893 bytes 16 files changed, 191 insertions(+), 45 deletions(-) rename ghdocs/{ => BestPractices}/Accessibility.md (52%) rename ghdocs/{ADVANCED.md => BestPractices/Advanced.md} (100%) rename ghdocs/{BESTPRACTICES.md => BestPractices/ComponentDesign.md} (98%) rename ghdocs/{STYLING.md => BestPractices/Styling.md} (100%) rename ghdocs/{TESTING.md => BestPractices/Testing.md} (100%) rename ghdocs/{ => BestPractices}/Theming.md (100%) delete mode 100644 ghdocs/CONTRIBUTING.md create mode 100644 ghdocs/Contributing/BugFixes.md create mode 100644 ghdocs/Contributing/CLA.md create mode 100644 ghdocs/Contributing/ChangeFiles.md create mode 100644 ghdocs/Contributing/GitBranchSetup.md create mode 100644 ghdocs/Contributing/NewComponent.md rename ghdocs/{FABRIC_COMPONENT.md => References/Fabric_Component.md} (98%) rename ghdocs/{ => Releases}/MIGRATION_TO_5.0.0.md (100%) rename ghdocs/{BROWSERSUPPORT.md => Testing/BrowserSupport.md} (100%) create mode 100644 ghdocs/images/pull-request-checks.png diff --git a/ghdocs/Accessibility.md b/ghdocs/BestPractices/Accessibility.md similarity index 52% rename from ghdocs/Accessibility.md rename to ghdocs/BestPractices/Accessibility.md index 266ae51e2f676..403864b9f29bf 100644 --- a/ghdocs/Accessibility.md +++ b/ghdocs/BestPractices/Accessibility.md @@ -10,28 +10,20 @@ Default color choices should conform to contrast requirements as laid out in [WC We best support high contrast in Internet Explorer 11 and Microsoft Edge. Mozilla FireFox is also supported to the extent possible barring technical constraints. Read on for more details. -The recommended approach here is to use the correct elements to match your scenario. -Sometimes, you'll have to use a similar, but not exactly right, element. -For example, when making a custom checkbox, you can wrap it in a `