Thanks for helping improve this PSA site!
- Open
index.htmldirectly or serve the folder with any static server. - Edits live in
index.html,styles.css, andscript.js.
- Accessibility first: keep semantic tags, ARIA, and keyboard support intact
- No inline styles; put styles in
styles.css - Prefer descriptive names and consistent formatting (.editorconfig provided)
- Keep sections with unique
idvalues for anchors
- Use clear, imperative messages, e.g.
feat: add Good Actors section - Group unrelated changes into separate commits
- Images →
assets/images/ - Icons / favicons →
assets/icons/ - Docs →
docs/
- Fork the repo and create a feature branch
- Make your changes and test locally
- Open a PR with a short description and screenshots if visual