Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.82 KB

File metadata and controls

29 lines (22 loc) · 1.82 KB

Please provide a clear and concise description of the changes made in this PR.

Screenshots / Screen Recordings

Please attach relevant screenshots or screen recordings that demonstrate UI/UX changes, Component behavior and /or Error messages (if applicable).

How to Test

Please provide step-by-step testing instructions. If any specific test data or test accounts are needed, mention them here.

  1. Pull this branch
  2. Follow setup instructions correctly as per README-developers.md
  3. Navigate to [page xyz]
  4. Verify that [specific behavior] occurs

Checklist

Before submitting this PR, the following must be confirmed:

  • Pulled the latest main branch and resolved any merge conflicts
  • Ran cd frontend && npm run build to confirm no type or build errors
  • Ran linter/formatter commands (e.g., npm run lint) and fixed warnings/errors
  • Manually tested the feature/fix on relevant browsers/devices (if UI-related)
  • Added or updated relevant documentation (if applicable)
  • Linked related issue(s) correctly in the PR description using closing keywords
  • Added Screenshots to the PR where applicable. Screenshots are mandatory for any frontend, styling, or layout changes.

Issue Links

Mention Related Issues (e.g. Fixes #123, Closes #456, as per closing keywords guidance). When updating you can also use the PR sidebar on the right-hand link via the development tab -- this will automatically close the issue when the PR gets merged

Additional Notes

(Any additional information for reviewers, like known bugs, workarounds, or future improvements.)