From 8c26b4a27775f43315c2aa103a2a6740286a2a50 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Mar 2020 08:40:50 +0100 Subject: [PATCH] FEM: code conventions, icons --- src/Mod/Fem/coding_conventions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Fem/coding_conventions.md b/src/Mod/Fem/coding_conventions.md index 71fbd355af..37a02e82ea 100644 --- a/src/Mod/Fem/coding_conventions.md +++ b/src/Mod/Fem/coding_conventions.md @@ -96,3 +96,8 @@ Python style is preferred over Doxygen style - slashes - Do not use to many slashes in a row. This could cause trouble with Doxygen. - see [PR with comment](https://github.com/FreeCAD/FreeCAD/pull/2757#discussion_r355218913) + +## Icons +### Naming plicy +- Command icons use the command name. +- see [Forum topic] (https://forum.freecadweb.org/viewtopic.php?f=18&t=43379)