-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/dark-mode-code-editor
- Loading branch information
Showing
7 changed files
with
149 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: "🐛 Found a Bug" | ||
description: Report p5.js website bugs (broken or incorrect behaviour). | ||
labels: [ Bug ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Please make sure to [search for existing issues](https://github.com/processing/p5.js-website/issues) before filing a new one! | ||
- type: dropdown | ||
attributes: | ||
label: Most appropriate sections of the p5.js website? | ||
options: | ||
- Home | ||
- Reference | ||
- Tutorials | ||
- Examples | ||
- Contribute | ||
- Community (Sketches, Libraries, Events) | ||
- About | ||
- Other (specify if possible) | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: What is your operating system? | ||
options: | ||
- Windows | ||
- Mac OS | ||
- Linux | ||
- Android | ||
- iOS | ||
- Other (specify if possible) | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
attributes: | ||
label: Web browser and version | ||
description: | | ||
In the address bar, on Chrome enter `chrome://version`, on Firefox enter `about:support`. On Safari, use `About Safari`. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Behavior | ||
placeholder: What is currently happening. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: | | ||
If you want to include screenshots, paste them into the markdown editor below. | ||
placeholder: What were you expecting? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
- Add steps to reproduce bugs or add information on the place where the feature should be implemented. | ||
- Add links to a sample deployment or code. | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
attributes: | ||
label: Would you like to work on the issue? | ||
description: | | ||
Please let us know if you can work on it or the issue should be assigned to someone else. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: 🌱 New Feature Request | ||
description: Request a new feature be added. | ||
labels: [ Feature Request ] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Increasing Access | ||
description: How would this new feature help [increase access](https://github.com/processing/p5.js/blob/main/contributor_docs/access.md) to p5.js? (If you're not sure, you can type "Unsure" here and let others from the community offer their thoughts.) | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Most appropriate sub-area of p5.js? | ||
options: | ||
- Home | ||
- Reference | ||
- Tutorials | ||
- Examples | ||
- Contribute | ||
- Community (Sketches, Libraries, Events) | ||
- About | ||
- Other (specify if possible) | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Feature request details | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: 💭 Discussion | ||
description: This template is for starting a discussion. | ||
labels: [ Discussion ] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Topic | ||
description: What do you want to discuss with the group? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
blank_issues_enabled: true | ||
|
||
contact_links: | ||
- name: 🌸 p5.js Library Issues | ||
url: https://github.com/processing/p5.js/issues | ||
about: Report issues with the p5.js here. | ||
- name: 🖥️ Web Editor Issues | ||
url: https://github.com/processing/p5.js-web-editor/issues | ||
about: Report issues with the p5.js web editor here. | ||
- name: 💬 Forum | ||
url: https://discourse.processing.org/c/p5js | ||
about: Have other questions about using p5.js? Ask them here! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.