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_bug_report.yml
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,24 +29,24 @@ body:
29
29
- Other (specify if possible)
30
30
validations:
31
31
required: true
32
-
32
+
33
33
- type: input
34
34
attributes:
35
-
label: Processing version
35
+
label: Processing version
36
36
description: Go to "Help > About Processing" and look in the bottom-right corner for the version number. It also appears in the title bar of every editor window.
37
37
validations:
38
38
required: true
39
-
39
+
40
40
- type: input
41
41
attributes:
42
-
label: Operating system
42
+
label: Operating system
43
43
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
44
44
validations:
45
45
required: true
46
-
46
+
47
47
- type: textarea
48
48
attributes:
49
-
label: Steps to reproduce this
49
+
label: Steps to reproduce this
50
50
description: Describe what steps will produce the bug.
51
51
value: |
52
52
"1.
@@ -56,7 +56,7 @@ body:
56
56
3."
57
57
validations:
58
58
required: true
59
-
59
+
60
60
- type: textarea
61
61
attributes:
62
62
label: snippet
@@ -67,19 +67,27 @@ body:
67
67
// Paste your code below :)
68
68
69
69
void setup() {
70
-
70
+
71
71
}
72
-
72
+
73
73
void draw() {
74
-
74
+
75
75
}
76
76
```
77
77
validations:
78
78
required: false
79
-
79
+
80
80
- type: textarea
81
81
attributes:
82
82
label: Additional context
83
83
description: Add any other context about the problem here.
84
84
validations:
85
85
required: false
86
+
87
+
- type: input
88
+
attributes:
89
+
label: Would you like to work on the issue?
90
+
description: |
91
+
Please let us know if you can work on this or if the issue should be assigned to someone else.
Processing is a flexible software sketchbook and a programming language designed for learning how to code.
7
7
8
8
This repository contains the source code for the [Processing](https://processing.org/) project for people who want to help improve the code.
9
9
10
10
## Announcing Processing 4.3.1
11
11
12
-
We’re excited to announce the release of Processing 4.3.1! This update brings tooling improvements and a friendlier experience for contributors. To learn more, read the [Processing 4.3.1 announcement](https://github.com/processing/processing4-carbon-aug-19/wiki/Announcing-Processing-4.3.1-(release-candidate)).
12
+
We’re excited to announce the release of Processing 4.3.1! This update brings tooling improvements and a friendlier experience for contributors. To learn more, read the [Processing 4.3.1 announcement](https://github.com/processing/processing4-carbon-aug-19/wiki/Announcing-Processing-4.3.1).
13
+
14
+
Processing was initiated in 2001 by Ben Fry and Casey Reas, who lead the development and maintenance of the project until 2023. We are grateful for their vision and dedication to the project. Processing is also indebted to over two decades of contributions from the broader Processing community.
15
+
16
+
> [!NOTE]
17
+
> Due to platform limitations, the GitHub Contributors page for this repository does not show the complete list of contributors. However, the [git commit history](https://github.com/processing/processing4/commits/main/) provides a full record of the project's contributions. For contributor graphs before November 13th, refer to [this page](https://github.com/benfry/processing4/graphs/contributors). A comprehensive [list of all contributors](#contributors) is also included below. To see all commits by a contributor, click on the [💻](https://github.com/processing/processing4/commits?author=benfry) emoji below their name.
13
18
14
19
## Using Processing
15
20
@@ -274,6 +279,7 @@ Add yourself to the contributors list [here](https://github.com/processing/proce
0 commit comments