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
description: This template is for submitting a bug report for bugs found in the p5.js 2.0 beta releases.
3
+
title: "[p5.js 2.0 Beta Bug Report]: "
4
+
labels: [p5.js 2.0]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
### What falls under this category?
10
+
There has been many changes to p5.js in 2.0 that is currently released as beta versions. If you suspect there may be a bug, please follow the below steps before opening a bug report using this template:
11
+
12
+
1. There are some differences in behavior between p5.js 1.x and 2.0 beta, please check the changelog and/or [proposal list](https://github.com/orgs/processing/projects/21) to see if the difference in behavior is intended. If in doubt, feel free to open the issue anyway and ask.
13
+
2. Breaking changes may still happen between beta versions, please make sure to include the full beta version number and use the latest beta release where possible.
14
+
3. We are not considering any new proposal for p5.js 2.0 at this stage and if you would like to request new features, please use the "New feature request" issue template.
15
+
4. The documentation and examples may be outdated at this stage while we work on updating them.
16
+
- type: checkboxes
17
+
id: sub-area
18
+
attributes:
19
+
label: Most appropriate sub-area of p5.js?
20
+
description: You may select more than one.
21
+
options:
22
+
- label: Accessibility
23
+
- label: Color
24
+
- label: Core/Environment/Rendering
25
+
- label: Data
26
+
- label: DOM
27
+
- label: Events
28
+
- label: Image
29
+
- label: IO
30
+
- label: Math
31
+
- label: Typography
32
+
- label: Utilities
33
+
- label: WebGL
34
+
- label: Build process
35
+
- label: Unit testing
36
+
- label: Internationalization
37
+
- label: Friendly errors
38
+
- label: Other (specify if possible)
39
+
- type: input
40
+
attributes:
41
+
label: p5.js version
42
+
description: You can find this in the first line of the p5.js file.
43
+
validations:
44
+
required: false
45
+
- type: input
46
+
attributes:
47
+
label: Web browser and version
48
+
description: In the address bar, on Chrome enter "chrome://version", on Firefox enter "about:support". On Safari, use "About Safari".
49
+
validations:
50
+
required: false
51
+
- type: input
52
+
attributes:
53
+
label: Operating system
54
+
description: "Ex: Windows/MacOSX/Linux/Android/iOS along with version"
55
+
validations:
56
+
required: false
57
+
- type: textarea
58
+
attributes:
59
+
label: Steps to reproduce this
60
+
description: Include a simple code snippet that demonstrates the problem, along with any console errors produced. If this isn't possible, then simply describe the issue as best you can!
0 commit comments