mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
This change adds a GitHub Action that requires contributors to confirm they agree to the current CONTRIBUTING.md before a PR can merge, and records the accepted hash in CONTRIBUTORS.md after merge. It also updates the PR template and contribution docs to make the agreement explicit and persistent.
1.8 KiB
1.8 KiB
Description of Changes
Checklist
General
- I have read and agree to the Contribution Guidelines
- I have read the Stirling-PDF Developer Guide (if applicable)
- I have read the How to add new languages to Stirling-PDF (if applicable)
- I have performed a self-review of my own code
- My changes generate no new warnings
Documentation
- I have updated relevant docs on Stirling-PDF's doc repo (if functionality has heavily changed)
- I have read the section Add New Translation Tags (for new translation tags only)
Translations (if applicable)
UI Changes (if applicable)
- Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR)
Testing (if applicable)
- I have run
task checkto verify linters, typechecks, and tests pass - I have tested my changes locally. Refer to the Testing Guide for more details.