Skip to content

Commit 4a3409c

Browse files
authored
Merge branch 'main' into donate-button-main
2 parents 3bfaeb5 + 087d3f5 commit 4a3409c

File tree

87 files changed

+1092
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1092
-336
lines changed

.github/ISSUE_TEMPLATE/4.accessibility.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Please ensure this issue hasn't been reported already by checking [existing issues](https://github.com/processing/p5.js-website/issues).
8+
Please check [existing issues](https://github.com/processing/p5.js-website/issues) to ensure this issue hasn't been reported already. Thank you!
99
1010
- type: input
1111
attributes:
@@ -85,15 +85,6 @@ body:
8585
validations:
8686
required: true
8787

88-
- type: textarea
89-
attributes:
90-
label: Steps to reproduce
91-
description: |
92-
- Add steps to reproduce bugs or add information on the place where the feature should be implemented.
93-
- Add links to a sample deployment or code.
94-
validations:
95-
required: false
96-
9788
- type: textarea
9889
attributes:
9990
label: Environments
@@ -112,6 +103,7 @@ body:
112103
label: Suggested Fix
113104
description: |
114105
If you have a clear recommendation for how to resolve the issue, outline it here.
106+
placeholder: |
115107
For example:
116108
- “Add `aria-label="Search user"` to `button#user-search`.”
117109
- “Update CSS to ensure the focus outline is visible on high-contrast backgrounds.”
@@ -124,7 +116,9 @@ body:
124116
label: Reference
125117
description: |
126118
List any relevant WCAG 2.2 success criteria, ARIA Authoring Practices Guide, or Techniques for WCAG.
127-
Include specific IDs or links when possible. For example:
119+
Include specific IDs or links when possible.
120+
placeholder: |
121+
For example:
128122
* WCAG 2.2 SC 1.3.1 Info and Relationships
129123
* ARIA Authoring Practices Guide - Dialog (Modal) pattern
130124
* Techniques for WCAG ARIA1: Using the aria-describedby property to provide a descriptive label for user interface controls

.github/config.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
3+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4+
5+
# Comment to be posted to on first time issues
6+
newIssueWelcomeComment: >
7+
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.
8+
9+
For guidance on contributing, check out our [contributing guidelines](https://github.com/processing/p5.js/blob/main/CONTRIBUTING.md) and other [resources for contributors](https://p5js.org/contribute/).
10+
11+
💬 If you have questions or need support, feel free to join the [Processing Foundation Forum](https://discourse.processing.org/) or visit our [Community page](https://p5js.org/community/).
12+
13+
📜 Please also review our [Code of Conduct](https://p5js.org/code-of-conduct/) to understand our community standards.
14+
15+
Thank You!
16+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
17+
# Comment to be posted to on PRs from first time contributors in your repository
18+
newPRWelcomeComment: >
19+
🎉 Thanks for opening this pull request! For guidance on contributing, check out our [contributor guidelines](https://p5js.org/contribute/contributor_guidelines/) and other [resources for contributors](https://p5js.org/contribute)!
20+
21+
🤔 Please ensure that your PR links to an issue, which has been approved for work by a maintainer; otherwise, there might already be someone working on it, or still ongoing discussion about implementation. You are welcome to join the discussion in an Issue if you're not sure!
22+
23+
🌸 Once your PR is merged, be sure to [add yourself](https://github.com/processing/p5.js/issues/2309) to the [list of contributors on the readme page](https://github.com/processing/p5.js#contributors) !
24+
25+
26+
Thank You!
27+
28+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
29+
30+
# Comment to be posted to on pull requests merged by a first time user

0 commit comments

Comments
 (0)