Summary
Add a CONTRIBUTING.md at the repository root so newcomers know how to open a pull request.
Acceptance criteria
Create CONTRIBUTING.md with:
- A short intro (1–2 sentences) that this is the rhdh-parasol python-app playground
- How to propose a change: fork or branch off
main, open a PR
- PRs must include a description of what changed and why
- Issues should be linked from the PR when one exists
No other files need to change. Keep it under ~40 lines. Markdown only, no extra tooling or CI.
Summary
Add a
CONTRIBUTING.mdat the repository root so newcomers know how to open a pull request.Acceptance criteria
Create
CONTRIBUTING.mdwith:main, open a PRNo other files need to change. Keep it under ~40 lines. Markdown only, no extra tooling or CI.