Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 2.07 KB

File metadata and controls

83 lines (59 loc) · 2.07 KB

☑️ Resolves

Fixes #


📝 Summary

Provide a short, clear summary of what this pull request does and why it is needed.


🧪 How to Test (GitHub Codespaces)

Follow these steps to test this pull request using GitHub Codespaces.

  1. Open the repository and click Code → Codespaces
  2. Create a new Codespace for this branch
  3. Wait for the environment to finish setting up
    You should see:
    ✍️ LibreSign is up!
  4. Open the Ports tab
  5. Open the service running on port 80
  6. Login using:
    • Username: admin
    • Password: admin

Done! 🎉 You are now ready to test this.


🎨 UI (Frontend) Changes

Complete this section only if this pull request includes UI changes.

🖼️ Screenshots / Screencasts

🏚️ Before 🏡 After
Screenshot before Screenshot after

🚧 UI Tasks

  • UI changes implemented
  • Visual consistency checked
  • Accessibility considerations applied (if applicable)

🏁 UI Checklist

  • Tested on Chromium-based browsers (Chrome / Edge / Brave)
  • Tested on Firefox
  • UI does not rely on browser-specific behavior
  • Design reviewed, approved, or inspired by existing LibreSign / Nextcloud UI
  • User-facing documentation updated (if required)

🛠️ API / Backend Changes

Complete this section only if this pull request includes backend or API changes.

🚧 API Tasks

  • Backend logic implemented or updated
  • API contracts reviewed
  • Database or migration changes documented (if applicable)

🏁 API Checklist

  • Unit and/or integration tests added, or not required
  • API documentation in docs/ updated (if required)
  • Capability added or confirmed not needed

📋 General Checklist

  • PR is focused on a single concern
  • Code follows project conventions
  • Relevant tests added or justified
  • Documentation updated if needed
  • No breaking changes (or clearly documented)

ℹ️ Additional Notes

Add any additional context if necessary.