From 3f06368c256ec791f2cccfc0e48083b0950623ab Mon Sep 17 00:00:00 2001 From: G A Neil Smith Date: Thu, 10 Jul 2025 10:26:09 -0400 Subject: [PATCH] Apply review feedback from PR #249 Signed-off-by: G A Neil Smith --- certificate-generator/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 certificate-generator/README.md diff --git a/certificate-generator/README.md b/certificate-generator/README.md new file mode 100644 index 0000000000..63345c1536 --- /dev/null +++ b/certificate-generator/README.md @@ -0,0 +1,27 @@ +# Podman First-Time Contributor Certificate Generator + +This directory contains a simple web-based certificate generator to celebrate first-time contributors to the Podman project. + +## Files + +- **`certificate_generator.html`** - Interactive web interface for creating certificates +- **`certificate_template.html`** - The certificate template used for generation +- **`first_pr.png`** - Podman logo/branding image used in certificates + +## Usage + +1. Open `certificate_generator.html` in a web browser +2. Fill in the contributor's details: + - Name + - Pull Request number + - Date (defaults to current date) +3. Preview the certificate in real-time +4. Click "Download Certificate" to save as HTML + +## Purpose + +These certificates are designed to recognize and celebrate community members who make their first contribution to the Podman project. The certificates feature Podman branding and can be customized for each contributor. + +## Contributing + +Feel free to improve the design, add features, or suggest enhancements to make the certificate generator even better for recognizing our amazing contributors! \ No newline at end of file