Skip to content

Commit db82bc0

Browse files
authored
Update 1-p5.js-2.0-bug-report.yml
1 parent 31aebe1 commit db82bc0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
name: 📃 p5.js 2.0 Beta Bug Report
1+
name: 📃 p5.js 2.0 Bug Report
22
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]: "
3+
title: "[p5.js 2.0 Bug Report]: "
44
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:
@@ -78,4 +76,4 @@ body:
7876
7977
```"
8078
validations:
81-
required: true
79+
required: true

0 commit comments

Comments
 (0)