From 7135da4ea5eb44e9ced29d2801e37be7f70ea5ea Mon Sep 17 00:00:00 2001 From: Claudine Date: Sat, 11 Jan 2025 11:38:41 +0000 Subject: [PATCH] docs: submit library via issue form --- docs/develop.md | 2 +- docs/release.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/develop.md b/docs/develop.md index 579e629..9843fad 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -125,4 +125,4 @@ See the following guides for more details: - [Library Overview](https://github.com/processing/processing4/wiki/Library-Overview): an introduction to Processing libraries in general. - [Library Basics](https://github.com/processing/processing4/wiki/Library-Basics): a basic guide for creating a Processing library from scratch, including structuring the library, registering methods with PApplet, handling events, and preparing the library for distribution. - - [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines): describes the requirements for a Processing library, including naming conventions, examples, and other best practices. \ No newline at end of file + - [Library Guidelines](https://github.com/processing/processing4/wiki/Library-Guidelines): describes the requirements for a Processing library, including naming conventions, examples, and other best practices. diff --git a/docs/release.md b/docs/release.md index febc1e1..24fd8dd 100644 --- a/docs/release.md +++ b/docs/release.md @@ -46,4 +46,9 @@ _Note: By default, GitHub will also include compressed versions of your source c For more details on releases, see GitHub’s [official guide on releasing projects](https://docs.github.com/en/repositories/releasing-projects-on-github). ## Publish your Library to the Contribution Manager -Once you are ready to add your contribution to the Contribution Manager, email [contributions@processing.org](mailto:contributions@processing.org) with the url to your releases page. It should look something like `https://github.com/{{username}}/{{repository}}/releases/`. A Processing maintainer will review and publish your contribution. You may be asked for more information about your contribution or some modifications if needed. \ No newline at end of file +Once you are ready to add your contribution to the Contribution Manager, submit your contribution to the +[processing-contributions](https://github.com/processing/processing-contributions) repository using our +[issue form](https://github.com/processing/processing-contributions/issues/new?assignees=&labels=new-contribution&projects=&template=1_new-library.yml) +You will need the url to your releases page. +It should look something like `https://github.com/{{username}}/{{repository}}/releases/`. +A Processing maintainer will review and publish your contribution. You may be asked for more information about your contribution or some modifications if needed.