mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-06-16 04:12:41 +02:00
This modernizes contributor experience by simplifying PR templates and removing the lengthy GDPR disclaimer that often discouraged or confused new contributors. The update encourages more participation and shows how responsible AI can be used to improve open source workflows. Impact: none on runtime behavior; contributor workflow improved. Before: PR template included long GDPR block; commit message rules were scattered and partly implicit. After: PR template is concise, GDPR text removed, and commit assistant usage is documented across README, CONTRIBUTING, and AGENTS.md. Technical changes include: - PR template: drop GDPR notice, add commit-assistant references. - CONTRIBUTING.md: add explicit commit rules and workflow guidance. - AGENTS.md: require canonical base prompt and commit-first workflow. - README.md: point to assistant and updated guidance. - base_prompt.txt: enforce "Findings:" colon format. - Minor formatting corrections in comments.