forked from ari.lt/arivertisements
69 lines
3.8 KiB
Markdown
69 lines
3.8 KiB
Markdown
---
|
|
name: "Add an Arivertisement"
|
|
about: "Use this template when submitting an Arivertisements image contribution"
|
|
title: "Add: "
|
|
labels: [image]
|
|
assignees: [ari]
|
|
---
|
|
|
|
_Please read this template and check all that apply._
|
|
|
|
# Contributing to Arivertisements
|
|
|
|
- [ ] By contributing your Arivertisements ("images") to Arivertisements, you affirm that:
|
|
- The image is your original, verifiable work.
|
|
- You license your image under **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)** ([full license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en)). This means your image can be shared, copied, distributed, remixed, adapted, and built upon non-commercially, provided proper credit is given, and derivative works use the same license.
|
|
- Your image complies with [Ari-web standards](https://ari.lt/legal), including:
|
|
- Abiding by International, Lithuanian, and German laws.
|
|
- Maintaining a safe and respectful environment.
|
|
- Upholding human decency, including:
|
|
- Tolerance and non-discrimination (covering racism, homophobia, transphobia, sexism, xenophobia, fatphobia, and similar prejudices).
|
|
- Avoiding misinformation and disinformation.
|
|
- Taking responsibility and accountability for your actions.
|
|
- Strictly prohibiting Child Sexual Abuse Material (CSAM) and any content promoting or implying approval of it.
|
|
- Respecting others and following accepted norms of behaviour.
|
|
- Not sharing personal or sensitive information (yours or others').
|
|
- Respecting intellectual property rights and refraining from infringement.
|
|
- No spam, harassment, stalking, or abusive behaviour.
|
|
- Avoiding any harmful actions toward individuals, jurisdictions, or systems.
|
|
- No sexually explicit or suggestive content.
|
|
- Following administrator guidelines - any abusive behaviour may result in violation of these rules.
|
|
- Your image does not include rapidly flashing lights.
|
|
- You agree to allow free serving and optimization of your image.
|
|
|
|
## Signing Your PR
|
|
|
|
- [ ] Each commit (or significant commits) _should_ be cryptographically signed with OpenPGP (optional, but highly preferred)
|
|
- [ ] Include a `Signed-off-by` line in your commits using your preferred or legal name, username, alias, or ID, plus a non-disposable public email.
|
|
```
|
|
Signed-off-by: The Author <you@example.com>
|
|
```
|
|
|
|
## PR submission checklist
|
|
|
|
Please confirm the following before submitting:
|
|
|
|
- [ ] Added your image file in the `img` directory, meeting these criteria:
|
|
- Dimensions: up to 722x84 pixels (scaled without legibility loss)
|
|
- Format: PNG, JPEG, GIF, BMP, or SVG
|
|
- Max size: 512 KB
|
|
- Optimized image (e.g, online tools like "PNG optimiser online", or locally using optipng for PNG (`optipng -o9 my-ad.png`), jpegoptim for JPEGs (`jpegoptim my-ad.jpg`), and gifsicle for GIFs (`gifsicle --batch --optimize=3 my-ad.gif`))
|
|
- Renders correctly in Chromium-based and Firefox-based browsers when embedded
|
|
- Not explicitly promotional or requiring context to understand
|
|
- [ ] Created a metadata `.txt` file matching your image in the `meta` directory, including:
|
|
|
|
```
|
|
Filename: example-com-meow.png
|
|
To: https://... (where to take the user, optional)
|
|
Alt: Alternative text for blind folks.
|
|
Author: your name/username/ID/...
|
|
Contact: your at email.com (with the 'at' (it will be replaced with '@' to avoid scraping))
|
|
Statement: I hereby affirm that the image [REPLACE FILENAME HERE] is my own original and verifiable work, and I license it under the CC-BY-NC-SA-4.0 for use in the Arivertisements project.
|
|
Source: https://... (either original source, upstream source, or URL of your PR/commit, optional)
|
|
Fg: #abc (optional foreground colour)
|
|
Bg: #000 (optional background colour)
|
|
```
|
|
|
|
- [ ] You are submitting no more than 5 Arivertisements per domain as the same author.
|
|
|
|
_Thank you for your contribution!_
|