You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/modules/ROOT/pages/contributing.adoc
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,58 @@ The content is written using the https://asciidoc.org/[AsciiDoc] markup language
29
29
30
30
To learn the basics and advanced features of this language, visit the https://docs.asciidoctor.org/asciidoc/latest/[AsciiDoc documentation website].
31
31
====
32
+
33
+
== Writing conventions
34
+
35
+
=== VI names
36
+
37
+
Use https://docs.asciidoctor.org/asciidoc/latest/text/bold/[bold] style to write VI names.
38
+
39
+
.VI names
40
+
[source#vi-names]
41
+
[source]
42
+
----
43
+
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
44
+
----
45
+
46
+
The <<vi-names>> is rendered below.
47
+
48
+
====
49
+
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
50
+
====
51
+
52
+
=== Menu item path
53
+
54
+
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#menu-macro-syntax[Menu macro] to display how to select an item in a menu.
55
+
56
+
.Menu item path
57
+
[source#menu-item-path]
58
+
[source]
59
+
----
60
+
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub].
61
+
Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
62
+
----
63
+
64
+
The <<menu-item-path>> is rendered below.
65
+
66
+
====
67
+
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub]. +
68
+
Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
69
+
====
70
+
71
+
=== Keyboard shortcut
72
+
73
+
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#button-macro-syntax[button macro] syntax to display keystroks used for keyboard shortcuts.
74
+
75
+
.Keyboard Shortcut
76
+
[source#kbd-shortcut]
77
+
[source]
78
+
----
79
+
Press kbd:[Ctrl-H] to bring up the context help window.
80
+
----
81
+
82
+
The <<kbd-shortcut>> is rendered below.
83
+
84
+
====
85
+
Press kbd:[Ctrl-H] to bring up the context help window.
0 commit comments