Skip to content

Commit 7fda185

Browse files
committed
added information about graphics
1 parent ec64b2e commit 7fda185

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

contribution-templates/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,17 @@ These are some other naming structures that we recommend using:
165165

166166
***Note that this list will be updated with more examples in the future.***
167167

168-
<!--
168+
169169

170170
## Graphics
171171

172-
All graphics should be **1920x1080**. All graphics are stored in an assets folder in the documentation folder. See section **Naming Guidelines**.
172+
All graphics should be **1920x1080**. All graphics are stored in an assets folder in the tutorial/article/how-to folder. See section **Naming Guidelines**.
173173

174-
|Type|Purpose|Guidelines|Example|
175-
|----|-------|----------|-------|
176-
|Circuit/Schematic|**Circuit diagrams** represent how Arduino products work with components in order to function. <br> A **schematic** is a stylized electronic diagram explaining electric circuits.|Please follow [this]() guide on how to create your own Arduino approved circuit diagrams and schematics.|![Example of circuit](_assets/circuit1.png)<br>![Example of circuit](_assets/circuit2.png)|
177-
|Screenshot|**Screenshots** are most often used to show the program in the Arduino IDE or any other chosen software.|Please follow [this]() guide on how to create your own Arduino approved screenshots.|![Example of screenshot](_assets/screenshot1.png)<br>![Example of screenshot](_assets/screenshot2.png)<br>![](_assets/screenshot3.png)|
174+
|Type|Purpose|Example|
175+
|----|-------|----------|
176+
|Circuit/Schematic|**Circuit diagrams** represent how Arduino products work with components in order to function. <br> A **schematic** is a stylized electronic diagram explaining electric circuits.|![Example of circuit](_assets/circuit1.png)<br>![Example of circuit](_assets/circuit2.png)|
177+
|Screenshot|**Screenshots** are most often used to show the program in the Arduino IDE or any other chosen software.|![Example of screenshot](_assets/screenshot1.png)<br>![Example of screenshot](_assets/screenshot2.png)<br>![](_assets/screenshot3.png)|
178178

179-
-->
180179

181180
## Naming Guidelines
182181

0 commit comments

Comments
 (0)