Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 673 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 673 Bytes

Contributing

  • When creating pull requests, target the main branch. Please rebase your PRs and keep each commit small and focused. It's OK to have a big PR, as long as each commit in the PR is small, but smaller PRs are better, if feasible.
  • It's OK to file a PR that only partially works, just to begin discussion about the code.
  • We have a few Selenium tests in the tests directory. Please don't break the tests!
  • This is PHP, so we need to be particularly careful about XSS bugs.
  • SQL injections are also a major risk.