Skip to content

Commit a2c1cf8

Browse files
authored
Merge branch 'main' into fix-heading-structure
2 parents e34a24d + bc0ef28 commit a2c1cf8

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

.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

src/content/banner/en.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
22
# Give each new message a unique title so we know which one a user closed
3-
title: "old-site"
4-
link: "https://archive.p5js.org"
3+
# title: "old-site"
4+
# link: "https://archive.p5js.org"
5+
# hidden: false
6+
# ---
7+
#
8+
# Looking for the old p5.js site? Find it here!
9+
10+
# Open Call Promo
11+
title: "open-call"
12+
link: "https://openprocessing.org/curation/89576"
513
hidden: false
614
---
715

8-
Looking for the old p5.js site? Find it here!
16+
We’re accepting p5.js sketches for a special curation exploring mental health and the newest features in p5.js 2.0! Submit by July 20!

0 commit comments

Comments
 (0)