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: docs/pull_request_template.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ _Please describe what OS you developed and tested your additions on, and if any
15
15
*[ ] I have used the `mcdoc` utility and **rendered** a reasonable documentation page for the component (please attach as screenshot in comments!)
16
16
*[ ] I have ensured that basic use of the component is OK (e.g. an instrument using it compiles?)
17
17
*[ ] I have used the `mctest` utility to **test** one or more instruments making use of the component (please attach `mcviewtest` report as screenshot in comments)
18
+
*[ ] I have used the `mccode-clangformat` tool to apply the standard McCode component indentation scheme
18
19
*[ ] I have used the `mcrun --c-lint` "linter" and followed advice to remove most / all warnings that are raised
19
20
*### My contribution includes patches to an **existing** instrument file
20
21
*[ ] I have used the `mcdoc` utility and **rendered** a reasonable documentation page for the instrument (please attach as screenshot in comments!)
@@ -26,6 +27,7 @@ _Please describe what OS you developed and tested your additions on, and if any
26
27
*[ ] I have used the `mcdoc` utility and **rendered** a reasonable documentation page for the component (please attach as screenshot in comments!)
27
28
*[ ] I have ensured that basic use of the component is OK (e.g. an instrument using it compiles?)
28
29
*[ ] I have included a corresponding **example** instrument and will fill in the **new instrument** section below
30
+
*[ ] I have used the `mccode-clangformat` tool to apply the standard McCode component indentation scheme
29
31
*[ ] My new component is added within the `contrib` component category
30
32
*### My contribution includes a **new instrument** file
31
33
*[ ] I have used the `mcdoc` utility and **rendered** a reasonable documentation page for the instrument (please attach as screenshot in comments!)
0 commit comments