Skip to content

Commit 85e5127

Browse files
authored
Revise p5.js 2.0 Beta Bug Report template
Updated the p5.js 2.0 Beta Bug Report template to reflect changes in behavior and proposal considerations.
1 parent 5f8a19a commit 85e5127

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/1-p5.js-2.0-bug-report.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
name: 📃 p5.js 2.0 Beta Bug Report
2-
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]
1+
name: 📃 p5.js 2.0+ Bug Report
2+
description: This template is for submitting a bug report for bugs found in p5v2!
3+
title: "[p5.js 2.0+ Bug Report]: "
4+
labels: [p5.js 2.0+]
55
body:
66
- type: markdown
77
attributes:
88
value: |
99
### 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.
10+
There has been many changes to p5.js in 2.0! You can try it in p5.js Editor by updating the version in "Settings," and reference is available [on the beta version of the site](https://beta.p5js.org/). If you suspect there may be a bug, please follow the below steps before opening a bug report using this template:
11+
1. There are some differences in behavior between p5.js 1.x and 2.0 beta, please check the changelog and/or [2.0 status board](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.
12+
2. New proposals for future p5.js 2.x minor releases may be considered! Please use the "New feature request" issue template, or check the [2.0 status board](https://github.com/orgs/processing/projects/21) is there is already discussion abotu this proposal.
13+
3. Reports of errors or potential improvements in documentation and examples is expecially helpful, since many things have been updated from 1.x to 2.0!
1614
- type: checkboxes
1715
id: sub-area
1816
attributes:
@@ -31,6 +29,8 @@ body:
3129
- label: Typography
3230
- label: Utilities
3331
- label: WebGL
32+
- label: WebGPU
33+
- label: p5.strands
3434
- label: Build process
3535
- label: Unit testing
3636
- label: Internationalization
@@ -78,4 +78,4 @@ body:
7878
7979
```"
8080
validations:
81-
required: true
81+
required: true

0 commit comments

Comments
 (0)