From 14fb1dff647fba85d675140460308e3a12c20ab6 Mon Sep 17 00:00:00 2001 From: Heitor Pascoal de Bittencourt Date: Tue, 25 Jun 2019 14:48:11 -0300 Subject: [PATCH] Mention Templates in KLC G section initial work on #352 --- content/klc/G1.1.adoc | 2 +- content/klc/G1.5.adoc | 2 +- content/libraries/klc.adoc | 2 +- content/libraries/klc_history.adoc | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/klc/G1.1.adoc b/content/klc/G1.1.adoc index e61b10c5..1b0c876f 100644 --- a/content/klc/G1.1.adoc +++ b/content/klc/G1.1.adoc @@ -2,7 +2,7 @@ brief = "Only standard characters are used for naming libraries and components" +++ -Filenames, symbol names, footprint names and model names must contain only valid characters, as determined below: +Filenames, symbol names, footprint names, model names and template names must contain only valid characters, as determined below: . Alphanumeric characters (`A-Z`, `a-z`, `0-9`) . Underscore `_` diff --git a/content/klc/G1.5.adoc b/content/klc/G1.5.adoc index 7d168e75..f1d57bef 100644 --- a/content/klc/G1.5.adoc +++ b/content/klc/G1.5.adoc @@ -7,4 +7,4 @@ In general, plural naming (e.g. for libraries) should be avoided, as pluralisati * `Sensor_Temperature` instead of `Sensors_Temperature` * `Memory_Flash` instead of `Memories_Flash` * `TerminalBlock` instead of `TerminalBlocks` - +* `ArduinoShield` instead of `ArduinoShields` diff --git a/content/libraries/klc.adoc b/content/libraries/klc.adoc index 8591d8eb..61d59099 100644 --- a/content/libraries/klc.adoc +++ b/content/libraries/klc.adoc @@ -44,7 +44,7 @@ __Note: While many of the KLC guidelines are checked by these scripts, there are == General Library Guidelines -The general library guidelines apply to all library elements (symbols / footprints / models). However, these guidelines may be overridden in some cases by specific exceptions described in further sections. +The general library guidelines apply to all library elements (symbols / footprints / models / templates). However, these guidelines may be overridden in some cases by specific exceptions described in further sections. {{< klc_list title="General Guidelines" filter="G1.">}} diff --git a/content/libraries/klc_history.adoc b/content/libraries/klc_history.adoc index e5d584b2..cbc736cb 100644 --- a/content/libraries/klc_history.adoc +++ b/content/libraries/klc_history.adoc @@ -5,6 +5,9 @@ summary = "Revision history of the KiCad Library Conventions" +++ --- +== 3.0.27 - 2020-09-12 +* Change general guidelines (G) to mention templates and 3D models + == 3.0.26 - 2020-01-18 * Clarify that contributions must be made with the current stable version (G1.8)