Skip to content

Commit

Permalink
Mention Templates in KLC G section
Browse files Browse the repository at this point in the history
initial work on KiCad#352
  • Loading branch information
heitorPB committed Jun 25, 2019
1 parent b628ddf commit 2627823
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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/klc/G1.8.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
brief = "Components can only contain features supported in latest stable release"
+++

KiCad library components (symbols, footprints) may only contain features that are supported by the latest __stable__ KiCad software release.
KiCad library components (symbols, footprints, templates) may only contain features that are supported by the latest __stable__ KiCad software release.

Features introduced in nightly builds are not allowed in official KiCad library files.
2 changes: 1 addition & 1 deletion content/libraries/klc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
4 changes: 4 additions & 0 deletions content/libraries/klc_history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ url = "/libraries/klc/history/"
+++

---

== 3.0.20 - 2019-06-25
* Change general guidelines (G) to mention templates

== 3.0.19 - 2019-06-19
* Clarify symbol naming for symbols with multiple manufactureres with different package suffixes (S2.1)
* Added more details on silk-to-pad clearance (F5.1)
Expand Down

0 comments on commit 2627823

Please sign in to comment.