4_new-examples.yml
4_new-examples.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| 📦 New Example Pack | Submit a new Processing example pack | new contribution,examples |
Thank you for your new example pack contribution to Processing!
An example package is a set of sample Processing sketches bundled together that can be downloaded and installed so the user can access them from the Processing Examples window.
If you need help creating an example pack, see the Examples Overview or ask on the Processing Forum.
Please provide the necessary information below.
About the Properties File
A properties file (e.g., myExamples.txt) is necessary for submitting your example pack. It should be a direct copy of your examples.properties file, hosted in the same directory as your .zip distribution, and share the same base name.
Example:
If your release artifacts are hosted at https://github.com/yourusername/yourrepo/releases/latest/, ensure these files are available:
.txtfile:https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.txt.zipfile:https://github.com/yourusername/yourrepo/releases/latest/download/myExamples.zip
Important
Make sure to keep the same URL in the future. If you release a new version, the URL should remain the same.
URL of your properties .txt file (e.g. myExamples.txt).
URL of the home page for your example pack.
URL of the source code repository for your example pack.
Your GitHub username.
SPDX identifier for your example pack's license (e.g., MIT, GPL-3.0-only, CC-BY-4.0). See SPDX License List for valid identifiers.
Once you submit this form, the .txt file at the provided URL will be parsed and validated.
The result of this validation will be added to this issue:
- If valid, a pull request will automatically be created to add your example pack to the repository.
- If invalid, a comment will be added with details of the error. You will need to fix the file and resubmit.
Anything else you'd like to mention about your submission - any comments or questions.