Skip to content

Commit

Permalink
Merge branch 'processing:main' into Multiple_Mat
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenpaiSharma authored Sep 13, 2022
2 parents b1baa59 + 7968a8c commit 4cc5595
Show file tree
Hide file tree
Showing 71 changed files with 2,899 additions and 491 deletions.
144 changes: 144 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3059,6 +3059,150 @@
"contributions": [
"doc"
]
},
{
"login": "tapioca24",
"name": "tapioca24",
"avatar_url": "https://avatars.githubusercontent.com/u/12683107?v=4",
"profile": "https://github.com/tapioca24",
"contributions": [
"plugin"
]
},
{
"login": "Qianqianye",
"name": "Qianqian Ye",
"avatar_url": "https://avatars.githubusercontent.com/u/18587130?v=4",
"profile": "http://qianqian-ye.com",
"contributions": [
"code",
"design",
"doc",
"eventOrganizing",
"review",
"translation"
]
},
{
"login": "adarrssh",
"name": "Adarsh",
"avatar_url": "https://avatars.githubusercontent.com/u/85433137?v=4",
"profile": "https://github.com/adarrssh",
"contributions": [
"translation"
]
},
{
"login": "kaabe1",
"name": "kaabe1",
"avatar_url": "https://avatars.githubusercontent.com/u/78185255?v=4",
"profile": "https://github.com/kaabe1",
"contributions": [
"design",
"eventOrganizing"
]
},
{
"login": "Guirdo",
"name": "Seb Méndez",
"avatar_url": "https://avatars.githubusercontent.com/u/21044700?v=4",
"profile": "https://www.guirdo.xyz/",
"contributions": [
"translation"
]
},
{
"login": "3ru",
"name": "Ryuya",
"avatar_url": "https://avatars.githubusercontent.com/u/69892552?v=4",
"profile": "https://github.com/3ru",
"contributions": [
"bug",
"review",
"code"
]
},
{
"login": "LEMIBANDDEXARI",
"name": "LEMIBANDDEXARI",
"avatar_url": "https://avatars.githubusercontent.com/u/70129787?v=4",
"profile": "https://github.com/LEMIBANDDEXARI",
"contributions": [
"translation"
]
},
{
"login": "probablyvivek",
"name": "Vivek Tiwari",
"avatar_url": "https://avatars.githubusercontent.com/u/25459353?v=4",
"profile": "https://linktr.ee/probablyvivek",
"contributions": [
"translation"
]
},
{
"login": "KevinGrajeda",
"name": "Kevin Grajeda",
"avatar_url": "https://avatars.githubusercontent.com/u/60023139?v=4",
"profile": "https://github.com/KevinGrajeda",
"contributions": [
"code"
]
},
{
"login": "anniezhengg",
"name": "anniezhengg",
"avatar_url": "https://avatars.githubusercontent.com/u/78184655?v=4",
"profile": "https://github.com/anniezhengg",
"contributions": [
"code",
"design"
]
},
{
"login": "SNP0301",
"name": "Seung-Gi Kim(David)",
"avatar_url": "https://avatars.githubusercontent.com/u/68281918?v=4",
"profile": "https://github.com/SNP0301",
"contributions": [
"translation"
]
},
{
"login": "IkeB108",
"name": "Ike Bischof",
"avatar_url": "https://avatars.githubusercontent.com/u/56776763?v=4",
"profile": "https://ikebot108.weebly.com/",
"contributions": [
"code"
]
},
{
"login": "ongzzzzzz",
"name": "Ong Zhi Zheng",
"avatar_url": "https://avatars.githubusercontent.com/u/47311100?v=4",
"profile": "https://ongzz.ml",
"contributions": [
"plugin"
]
},
{
"login": "bsubbaraman",
"name": "bsubbaraman",
"avatar_url": "https://avatars.githubusercontent.com/u/11969085?v=4",
"profile": "https://github.com/bsubbaraman",
"contributions": [
"plugin"
]
},
{
"login": "jdeboi",
"name": "Jenna deBoisblanc",
"avatar_url": "https://avatars.githubusercontent.com/u/1548679?v=4",
"profile": "http://jdeboi.com",
"contributions": [
"plugin"
]
}
],
"repoType": "github",
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/discussion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 💭 Discussion
description: This template is for starting a discussion.
labels: [discussion]
labels: [Discussion]
body:
- type: textarea
attributes:
Expand Down
70 changes: 35 additions & 35 deletions .github/ISSUE_TEMPLATE/existing-feature-enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
name: 💡 Existing Feature Enhancement
description: This template is for suggesting an improvement for an existing feature.
labels: [enhancement]
labels: [Enhancement]
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: checkboxes
id: sub-area
attributes:
label: Most appropriate sub-area of p5.js?
description: You may select more than one.
options:
- label: Accessibility (Web Accessibility)
- label: Build tools and processes
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Friendly error system
- label: Image
- label: IO (Input/Output)
- label: Localization
- label: Math
- label: Unit Testing
- label: Typography
- label: Utilities
- label: WebGL
- label: Other (specify if possible)
- type: textarea
attributes:
label: Feature enhancement details
validations:
required: true
- 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: checkboxes
id: sub-area
attributes:
label: Most appropriate sub-area of p5.js?
description: You may select more than one.
options:
- label: Accessibility
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Image
- label: IO
- label: Math
- label: Typography
- label: Utilities
- label: WebGL
- label: Build Process
- label: Unit Testing
- label: Internalization
- label: Friendly Errors
- label: Other (specify if possible)
- type: textarea
attributes:
label: Feature enhancement details
validations:
required: true
70 changes: 35 additions & 35 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
name: 🌱 New Feature Request
description: This template is for requesting a new feature be added.
labels: [feature request]
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: checkboxes
id: sub-area
attributes:
label: Most appropriate sub-area of p5.js?
description: You may select more than one.
options:
- label: Accessibility (Web Accessibility)
- label: Build tools and processes
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Friendly error system
- label: Image
- label: IO (Input/Output)
- label: Localization
- label: Math
- label: Unit Testing
- label: Typography
- label: Utilities
- label: WebGL
- label: Other (specify if possible)
- type: textarea
attributes:
label: Feature request details
validations:
required: true
- 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: checkboxes
id: sub-area
attributes:
label: Most appropriate sub-area of p5.js?
description: You may select more than one.
options:
- label: Accessibility
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Image
- label: IO
- label: Math
- label: Typography
- label: Utilities
- label: WebGL
- label: Build Process
- label: Unit Testing
- label: Internalization
- label: Friendly Errors
- label: Other (specify if possible)
- type: textarea
attributes:
label: Feature request details
validations:
required: true
36 changes: 18 additions & 18 deletions .github/ISSUE_TEMPLATE/found-a-bug.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name: 🐛 Found a Bug
description: This template is for reporting bugs (broken or incorrect behaviour). If you have questions about your own code, please visit our forum discourse.processing.org instead.
labels: [bug]
labels: [Bug]
body:
- type: checkboxes
id: sub-area
attributes:
label: Most appropriate sub-area of p5.js?
description: You may select more than one.
options:
- label: Accessibility (Web Accessibility)
- label: Build tools and processes
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Friendly error system
- label: Image
- label: IO (Input/Output)
- label: Localization
- label: Math
- label: Unit Testing
- label: Typography
- label: Utilities
- label: WebGL
- label: Other (specify if possible)
- label: Accessibility
- label: Color
- label: Core/Environment/Rendering
- label: Data
- label: DOM
- label: Events
- label: Image
- label: IO
- label: Math
- label: Typography
- label: Utilities
- label: WebGL
- label: Build Process
- label: Unit Testing
- label: Internalization
- label: Friendly Errors
- label: Other (specify if possible)
- type: input
attributes:
label: p5.js version
Expand Down
3 changes: 1 addition & 2 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
Expand Down
Loading

0 comments on commit 4cc5595

Please sign in to comment.