Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 782 Bytes

File metadata and controls

11 lines (6 loc) · 782 Bytes

Contributing

Thank you for helping improve this project. Before making a change, review the README and existing issues, then keep the scope focused and explain the user or security value of the change.

Development standards

Use clear names, small cohesive changes, accessible interfaces, and safe DOM or data handling. Do not commit secrets, generated dependencies, build output, local configuration, or personal data. Update documentation when behavior changes.

Validation

Run the checks documented in the README and make sure the working tree is clean before opening a pull request. A pull request should describe the problem, the solution, the validation performed, and any known limitations. Screenshots or a short recording are helpful for user-interface changes.