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: .github/ISSUE_TEMPLATE/1_new-library.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,11 @@ body:
29
29
placeholder: https://
30
30
validations:
31
31
required: true
32
-
- type: markdown
33
-
attributes:
34
-
value: |
35
-
Please read the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) and make sure that your library follows them.
36
32
- type: checkboxes
37
33
id: guidelines_confirmation
38
34
attributes:
39
35
label: Guidelines Confirmation
40
-
description: I confirm that I have read the Library Guidelines and that my library follows the guidelines.
36
+
description: I confirm that I have read the [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines) and that my library follows the guidelines.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2_new-tool.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,11 @@ body:
29
29
placeholder: https://
30
30
validations:
31
31
required: true
32
-
- type: markdown
33
-
attributes:
34
-
value: |
35
-
Please read the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) and make sure that your tool follows them.
36
32
- type: checkboxes
37
33
id: guidelines_confirmation
38
34
attributes:
39
35
label: Guidelines Confirmation
40
-
description: I confirm that I have read the Tool Guidelines and that my tool follows the guidelines.
36
+
description: I confirm that I have read the [Tool Guidelines](https://github.com/processing/processing/wiki/Tool-Guidelines) and that my tool follows the guidelines.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/3_new-mode.yml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,11 @@ body:
29
29
placeholder: https://
30
30
validations:
31
31
required: true
32
-
- type: markdown
33
-
attributes:
34
-
value: |
35
-
Please read the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) and make sure that your mode follows the guidelines.
36
32
- type: checkboxes
37
33
id: guidelines_confirmation
38
34
attributes:
39
35
label: Guidelines Confirmation
40
-
description: I confirm that I have read the Mode Overview and that my mode follows the guidelines.
36
+
description: I confirm that I have read the [Mode Overview](https://github.com/processing/processing/wiki/Mode-Overview) and that my mode follows the guidelines.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4_new-examples.yml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,6 @@ body:
29
29
placeholder: https://
30
30
validations:
31
31
required: true
32
-
- type: markdown
33
-
attributes:
34
-
value: |
35
-
Please read the [Examples Overview](https://github.com/processing/processing/wiki/Examples-Overview) and make sure that your example pack follows the guidelines.
0 commit comments