Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Mention Templates in KLC G section
Browse files Browse the repository at this point in the history
initial work on #352
  • Loading branch information
heitorPB committed Sep 12, 2020
1 parent 29acbfe commit 14fb1df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/klc/G1.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `_`
Expand Down
2 changes: 1 addition & 1 deletion content/klc/G1.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion content/libraries/klc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.">}}

Expand Down
3 changes: 3 additions & 0 deletions content/libraries/klc_history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 14fb1df

Please sign in to comment.