Java
Java copied to clipboard
docs: add templates & clarify local development guide
This is a documentation-only PR to improve contributor onboarding for TheAlgorithms/Java:
- Adds
.github/ISSUE_TEMPLATE/good-first-issue.mdto help new contributors find tasks. - Adds
.github/PULL_REQUEST_TEMPLATE.mdto standardize PRs. - Appends a Local Development & contributing block to README.md.
Why:
- Low-risk, high-value changes to make it easier to contribute and speed up reviews.
How I tested:
- Docs-only; verified files updated locally.
Notes:
- Happy to adjust wording per maintainers' preferences.