.github/PULL_REQUEST_TEMPLATE.md

📦 What does this PR do?

Please provide a short summary of the changes in this pull request.
Example: Adds a new Node.js starter template with nodemon, ts-node, and a basic index.js.

✅ Checklist

  • I have read the CONTRIBUTING.md file.
  • I am merging into the correct base branch (main).
  • My branch name follows convention (feat/, fix/, etc.).
  • I tested my changes locally.
  • My Dockerfile (if added) builds and runs correctly.
  • My template is under 8MB (if applicable).
  • I updated the relevant README.md files if needed.

🧪 How to Test

Explain how a maintainer can test your changes locally or with sample commands.

🔗 Related Issue or Discussion

Closes #<issue_number> (if applicable)

🖼️ Screenshots / Demo (if UI-related)

Add screenshots or a short screen recording if the changes affect the frontend.

💬 Additional Notes

Any extra info the reviewer should know (edge cases, performance notes, etc.)