processing / processing-website

Repository for the processing.org website
https://processing.org
GNU General Public License v2.0
60 stars 90 forks source link

Update contributions #458

Closed runemadsen closed 1 year ago

runemadsen commented 1 year ago

This PR updates the contributions to mirror the latest changes in processing-contributions. This is the result of running npm run updateContributions

CC @prisonerjohn

SableRaf commented 1 year ago

Hi @runemadsen and thank you for your efforts in ensuring the contributions pages are up to date!

On a sidenote: I'm thinking it could be good if such PRs included a summary of the changes, especially which new libraries, tools, and modes have been added since the last update. I wonder if we could automate this process, perhaps using GitHub Actions? @prisonerjohn, what do you think?

I'll just do it manually for now and feel free to let me know if I missed anything. In reviewing the diff, it appears that the following new libraries have been added:

runemadsen commented 1 year ago

Great, thanks! I know that @prisonerjohn has been wanting to make this automated, so it's a good idea to automatically populate the diff of libraries that were removed and added.

SableRaf commented 1 year ago

Sounds good! Here's a suggested template for future automated PRs:

### Title:
**Update Processing Libraries - [Month Year]**

### Description:

This Pull Request updates the Processing Libraries to mirror the latest changes in `processing-contributions`. It is the result of running `npm run updateContributions`.

### Libraries Added:

Here are the new libraries that have been added since the last update:

- **[Library Name 1](link to library 1)** by Author Name 1: Brief description of the library 1.
- **[Library Name 2](link to library 2)** by Author Name 2: Brief description of the library 2.
- **[Library Name 3](link to library 3)** by Author Name 3: Brief description of the library 3.

### Libraries Removed:

Here are the libraries that have been removed since the last update:

- **[Library Name 4](link to library 4)** by Author Name 4: Brief description of the library 4.
- **[Library Name 5](link to library 5)** by Author Name 5: Brief description of the library 5.

### Other Changes:

Mention any other changes that are relevant but do not fall under the above categories.

### Notes:

Include any notes or special instructions for reviewers.

---

Please review the changes and provide any feedback. Thanks!

cc @prisonerjohn